We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae823a8 commit e886232Copy full SHA for e886232
2 files changed
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+0.17.3 (2025-08-01)
5
+-------------------
6
+
7
+- Add support for getting download URL for Luarocks, Conda, Alpm in ``purl2url``.
8
+ https://github.com/package-url/packageurl-python/pull/199
9
+- Fix Incorrect download url from build_golang_download_url()
10
+ https://github.com/package-url/packageurl-python/issues/198
11
12
0.17.2 (2025-07-29)
13
-------------------
14
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = packageurl-python
-version = 0.17.2
+version = 0.17.3
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
0 commit comments