Skip to content

Commit a553ba3

Browse files
authored
Merge pull request #198 from aboutcode-org/prepare-v32.0-release
chore: prepare v32.0.0 release
2 parents f950cac + ad6fbd4 commit a553ba3

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Changelog
22
=========
33

4-
Version v31.1.1
4+
Version v32.0.0
55
----------------
66

7-
- Update CI, change run OS for Pypi release to 22.04
7+
- Add lexicographic versioning scheme https://github.com/aboutcode-org/univers/pull/160
8+
- Datetime versioning scheme https://github.com/aboutcode-org/univers/pull/149
9+
- Add alpine in RANGE_CLASS_BY_SCHEME https://github.com/aboutcode-org/univers/pull/185
10+
- chore: pin workflow dependencies and publish using trusted publisher https://github.com/aboutcode-org/univers/pull/193
11+
- fix: return None when from_versions is called with empty constraints https://github.com/aboutcode-org/univers/pull/194
12+
- Raise error for deb comparators << and >> https://github.com/aboutcode-org/univers/pull/190
13+
- fix: use apk scheme for Alpine packages https://github.com/aboutcode-org/univers/pull/197
814

915

1016
Version v31.1.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = univers
3-
version = 31.1.0
3+
version = 32.0.0
44
license = Apache-2.0 AND BSD-3-Clause AND MIT
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

0 commit comments

Comments
 (0)