Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
Changelog
=========

0.17.1 (2025-06-06)
-------------------

- Define "pkg" as a PackageURL ``SCHEME`` class attribute.
https://github.com/package-url/packageurl-python/issues/184

- Add support for Maven in ``purl2url``.
https://github.com/package-url/packageurl-python/issues/177

0.17.0 (2025-06-04)
-------------------

- Fix qualifiers type annotations
- Fix qualifiers type annotations.
https://github.com/package-url/packageurl-python/issues/169

- Fix parsing of names and namespaces with colons
- Fix parsing of names and namespaces with colons.
https://github.com/package-url/packageurl-python/issues/152


0.16.0 (2024-10-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = packageurl-python
version = 0.17.0
version = 0.17.1
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
Expand Down
Loading