- Add version range support for maven - Remove unsupported characters in Pypi from_native implementation - Add Nuget Version support in Univers
30.4.0
----------------
- Add support for forming VersionRange from a list of versions.Thank you to Keshav Priyadarshi keshav-space for this.
30.3.1
----------------
- Change equal comparator for github native ranges
30.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`
30.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.
30.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, droping support for tests on macOS 10.14