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 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