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 c7064fd commit 5aa6dafCopy full SHA for 5aa6daf
CHANGELOG.rst
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+0.17.0 (2025-06-04)
5
+-------------------
6
+
7
+- Fix qualifiers type annotations
8
+ https://github.com/package-url/packageurl-python/issues/169
9
10
+- Fix parsing of names and namespaces with colons
11
+ https://github.com/package-url/packageurl-python/issues/152
12
13
14
0.16.0 (2024-10-22)
15
-------------------
16
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = packageurl-python
-version = 0.16.0
+version = 0.17.0
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
0 commit comments