|
| 1 | +Changelog |
| 2 | +========= |
| 3 | + |
| 4 | + |
| 5 | +Version v30.9.2 |
| 6 | +---------------- |
| 7 | + |
| 8 | +- Fix unhashable error in GemVersion. |
| 9 | + |
| 10 | + |
| 11 | +Version v30.9.1 |
| 12 | +---------------- |
| 13 | + |
| 14 | +- Add invert function to VersionRange. |
| 15 | + |
| 16 | + |
| 17 | +Version v30.9.0 |
| 18 | +---------------- |
| 19 | + |
| 20 | +- Change type of archlinux version ranges to alpm. |
| 21 | + |
| 22 | + |
| 23 | +Version v30.8.0 |
| 24 | +---------------- |
| 25 | + |
| 26 | +- Fix npm version ranges |
| 27 | + |
| 28 | + |
| 29 | +Version v30.7.0 |
| 30 | +---------------- |
| 31 | + |
| 32 | +- Add composer and golang versions and also support gitlab native ranges for them |
| 33 | + |
| 34 | + |
| 35 | +Version v30.6.0 |
| 36 | +---------------- |
| 37 | + |
| 38 | +- Add support for gitlab in pypi, npm, gem version ranges |
| 39 | +- Subclass semver for nginx |
| 40 | + |
| 41 | + |
| 42 | +Version v30.5.1 |
| 43 | +---------------- |
| 44 | + |
| 45 | +- Fix Nuget string representation |
| 46 | +- Test sorting of all the OpenSSL versions ever released |
| 47 | + |
| 48 | + |
| 49 | +Version v30.5.0 |
| 50 | +---------------- |
| 51 | + |
| 52 | +- Add version range support for maven |
| 53 | +- Remove unsupported characters in Pypi from_native implementation |
| 54 | +- Add Nuget Version support in Univers |
| 55 | + |
| 56 | + |
| 57 | +Version v30.4.0 |
| 58 | +---------------- |
| 59 | + |
| 60 | +- Add support for forming VersionRange from a list of versions.Thank you |
| 61 | + to Keshav Priyadarshi @keshav-space for this. |
| 62 | + |
| 63 | + |
| 64 | +Version v30.3.1 |
| 65 | +---------------- |
| 66 | + |
| 67 | +- Change equal comparator for github native ranges |
| 68 | + |
| 69 | + |
| 70 | +Version v30.3.0 |
| 71 | +---------------- |
| 72 | + |
| 73 | +- New support for native GitHub version ranges. GitHub native version range is different from |
| 74 | + other native ranges. For example: |
| 75 | + Maven native version range looks like: |
| 76 | + `[1.0.0,1.0.1)` |
| 77 | + Github native version range looks like: |
| 78 | + `>= 1.0.0, < 1.0.1` |
| 79 | + |
| 80 | + |
| 81 | +Version v30.2.0 |
| 82 | +---------------- |
| 83 | + |
| 84 | +- New support for OpenSSL version(s). These are peculiar because there are two |
| 85 | + epochs in the versioning: the versioning scheme is custom before version 3 |
| 86 | + and is based on semver from version 3 onwards. Thank you to Keshav Priyadarshi |
| 87 | + @keshav-space for this. |
| 88 | + |
| 89 | + |
| 90 | +Version v30.1.0 |
| 91 | +----------------- |
| 92 | + |
| 93 | +- New support for Alpine package versions. These are based loosely on Gentoo |
| 94 | + versions with some variations. We do not support all the version styles yet. |
| 95 | + The unit tests are based on the upstream apk-tools tests and this brings in |
| 96 | + 700 new unit tests. |
| 97 | +- Fix handling of caret and tilde version in npm version ranges. |
| 98 | +- Enable automated build of wheels on release |
| 99 | +- Adopt latest skeleton, droping support for tests on macOS 10.14 |
| 100 | + |
| 101 | + |
| 102 | +Version v30.0.0 |
| 103 | +----------------- |
| 104 | + |
| 105 | +- Implement the new "vers" spec. This is a major incomplatible change. |
| 106 | +- Add support for nginx version scheme |
| 107 | +- Switching back to semver |
| 108 | +- Improve origin and license documentation |
| 109 | +- Add tests for carets in RPMs |
| 110 | +- Format, streamline and refactor code |
| 111 | +- Improve testing |
| 112 | + |
| 113 | + |
| 114 | +Version v21.4.9 |
| 115 | +----------------- |
| 116 | + |
| 117 | +- Add support Gentoo style versions. |
| 118 | + |
| 119 | + |
| 120 | +Version v21.4.8 |
| 121 | +----------------- |
| 122 | + |
| 123 | +- Add support for more package types. |
| 124 | +- Version classes are now hashable and frozen |
| 125 | + |
| 126 | + |
| 127 | +Version v21.4.6 |
| 128 | +----------------- |
| 129 | + |
| 130 | +- Initial Release |
0 commit comments