Skip to content

Commit 975a9ff

Browse files
committed
Bump version to 0.17.1 and add CHANGELOG entries
Signed-off-by: tdruez <[email protected]>
1 parent d96295c commit 975a9ff

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
Changelog
22
=========
33

4+
0.17.1 (2025-06-06)
5+
-------------------
6+
7+
- Define "pkg" as a PackageURL ``SCHEME`` class attribute.
8+
https://github.com/package-url/packageurl-python/issues/184
9+
10+
- Add support for Maven in ``purl2url``.
11+
https://github.com/package-url/packageurl-python/issues/177
12+
413
0.17.0 (2025-06-04)
514
-------------------
615

7-
- Fix qualifiers type annotations
16+
- Fix qualifiers type annotations.
817
https://github.com/package-url/packageurl-python/issues/169
918

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

13-
1422
0.16.0 (2024-10-22)
1523
-------------------
1624

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = packageurl-python
3-
version = 0.17.0
3+
version = 0.17.1
44
license = MIT
55
description = A purl aka. Package URL parser and builder
66
long_description = file:README.rst

0 commit comments

Comments
 (0)