We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd33e2d commit fc0f1a0Copy full SHA for fc0f1a0
CHANGELOG.rst
@@ -4,10 +4,14 @@ Changelog
4
0.16.0 (unreleased)
5
-------------------
6
7
+0.15.5 (2024-07-24)
8
+-------------------
9
+
10
- Capture the whole git tag as the version for GutHub URL in ``url2purl`` instead of
11
adding a version_prefix qualifier.
12
Note that the version_prefix qualifier is still supported in ``purl2url`` for
13
backward compatibility.
14
+ https://github.com/package-url/packageurl-python/pull/159
15
16
0.15.4 (2024-07-15)
17
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = packageurl-python
3
-version = 0.15.4
+version = 0.15.5
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
0 commit comments