Skip to content

Releases: aboutcode-org/univers

v30.6.0

12 May 10:20
56990bf
Compare
Choose a tag to compare

Version v30.6.0

  • Add support for gitlab in pypi, npm, gem version ranges
  • Subclass semver for nginx

v30.5.1

04 May 08:05
5a514f0
Compare
Choose a tag to compare

Version v30.5.1

  • Fix Nuget string representation
  • Test sorting of all the OpenSSL versions ever released

v30.5.0

26 Apr 17:26
033e23f
Compare
Choose a tag to compare

Version v30.5.0

  • Add version range support for maven
  • Remove unsupported characters in Pypi from_native implementation
  • Add Nuget Version support in Univers

v30.4.0

29 Mar 19:06
269d8c0
Compare
Choose a tag to compare

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

21 Mar 19:15
bc8e33f
Compare
Choose a tag to compare

Version v30.3.1

  • Change equal comparator for github native ranges

v30.3.0

16 Mar 14:23
737f34a
Compare
Choose a tag to compare

Version v30.3.0

  • New support for native GitHub version ranges. GitHub native version range is different from
    other native ranges. For example:
    Maven native version range looks like:
    [1.0.0,1.0.1)
    Github native version range looks like:
    >= 1.0.0, < 1.0.1

v30.2.0

14 Mar 10:20
Compare
Choose a tag to compare

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

18 Feb 13:35
Compare
Choose a tag to compare

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