Releases: aboutcode-org/univers
Releases · aboutcode-org/univers
v30.6.0
v30.5.1
v30.5.0
v30.4.0
Version v30.4.0
- Add support for forming VersionRange from a list of versions.Thank you
to Keshav Priyadarshi @keshav-space for this.
v30.3.1
v30.3.0
v30.2.0
Version v30.2.0
-
New support for OpenSSL version(s). These are peculiar because there are two
epochs in the versioning: the versioning scheme is custom before version 3
and is based on semver from version 3 onwards. Thank you to Keshav Priyadarshi
@keshav-space for this. And @Hritik14 and @TG1999 . -
We also merged the latest skeleton to streamline the Azure runs.
v30.1.0
Version v30.1.0
- New support for Alpine package versions. These are based loosely on Gentoo versions with some variations. We do not support all the version styles yet. The unit tests are based on the upstream apk-tools tests and this brings in 700 new unit tests.
- Fix handling of caret and tilde version in npm version ranges.
- Enable automated build of wheels on release
- Adopt latest skeleton, dropping support for tests on macOS 10.14
Thanks to @keshav-space @Hritik14 @TG1999