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

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

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

- 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
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ valid:

test:
@echo "-> Run the test suite"
${MANAGE} test --noinput
bin/py.test tests

.PHONY: virtualenv conf dev clean isort black mypy valid test
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.16.0
version = 0.17.0
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
Expand Down
Loading