Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down