File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ The following organizations or individuals have contributed to this repo:
33- Shivam Sandbhor @sbs2001
44- Philippe Ombredanne @pombredanne
55- Hritik Vijay @Hritik14
6+ - Tushar Goel @TG1999
7+ - Keshav Priyadarshi @keshav-space
68
Original file line number Diff line number Diff line change 11Release notes
22-------------
33
4- ### Version v31.0.0
4+
5+ ### Version v30.1.0
6+
7+ - New support for Alpine package versions. These are based loosely on Gentoo
8+ versions with some variations. We do not support all the version styles yet.
9+ The unit tests are based on the upstream apk-tools tests and this brings in
10+ 700 new unit tests.
11+ - Fix handling of caret and tilde version in npm version ranges.
12+ - Enable automated build of wheels on release
13+ - Adopt latest skeleton, droping support for tests on macOS 10.14
514
615
716### Version v30.0.0
817
918- Implement the new "vers" spec. This is a major incomplatible change.
10-
1119- Add support for nginx version scheme
1220- Switching back to semver
1321- Improve origin and license documentation
Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ include:
110110- arch linux: handled by the embedded `arch utility module borrowed from msys2
111111 <https://github.com/nexB/univers/blob/main/src/univers/arch.py.ABOUT> `_.
112112
113+ - Alpine linux: handled using the base Gentoo version support and extras
114+ specific to Alpine.
115+
116+
113117The level of support for each ecosystem may not be even for now and new schemes
114118and support for more package types are implemented on a continuous basis.
115119
You can’t perform that action at this time.
0 commit comments