From 31aed1001f25d8c76b3f77b0e93b2ac620cfdc90 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Fri, 1 May 2026 21:34:50 +0530 Subject: [PATCH 1/2] chore: add CHANGELOG for v32.0 release Signed-off-by: Keshav Priyadarshi --- CHANGELOG.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f7c79077..6ef29f72 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,16 @@ Changelog ========= -Version v31.1.1 +Version v32.0.0 ---------------- -- Update CI, change run OS for Pypi release to 22.04 +- Add lexicographic versioning scheme https://github.com/aboutcode-org/univers/pull/160 +- Datetime versioning scheme https://github.com/aboutcode-org/univers/pull/149 +- Add alpine in RANGE_CLASS_BY_SCHEME https://github.com/aboutcode-org/univers/pull/185 +- chore: pin workflow dependencies and publish using trusted publisher https://github.com/aboutcode-org/univers/pull/193 +- fix: return None when from_versions is called with empty constraints https://github.com/aboutcode-org/univers/pull/194 +- Raise error for deb comparators << and >> https://github.com/aboutcode-org/univers/pull/190 +- fix: use apk scheme for Alpine packages https://github.com/aboutcode-org/univers/pull/197 Version v31.1.0 From ad6fbd4bc8f94110996bb790810ebef0df793b13 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Fri, 1 May 2026 21:37:17 +0530 Subject: [PATCH 2/2] chore: bump version for v32.0 release Signed-off-by: Keshav Priyadarshi --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ab9952e2..e943053d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = univers -version = 31.1.0 +version = 32.0.0 license = Apache-2.0 AND BSD-3-Clause AND MIT # description must be on ONE line https://github.com/pypa/setuptools/issues/1390