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
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
Changelog
=========

0.17.6 (2025-11-24)
-------------------

- Enhance url2purl to support commit hashes parsing (GitHub, GitLab, and Bitbucket)
https://github.com/package-url/packageurl-python/pull/211

- Adjust validation function
https://github.com/package-url/packageurl-python/pull/206

- Add validation function
https://github.com/package-url/packageurl-python/pull/205

0.17.5 (2025-08-06)
-------------------

- Remove support for getting download URL for qpkg in ``purl2url``.
https://github.com/package-url/packageurl-python/pull/203

- Add tests for latest purl-spec
https://github.com/package-url/packageurl-python/pull/202

0.17.4 (2025-08-05)
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.5
version = 0.17.6
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
Expand Down
Loading