Skip to content

Commit 04b755c

Browse files
authored
Prep for release v0.17.6 (#212)
1 parent bc4f5f6 commit 04b755c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
Changelog
22
=========
33

4+
0.17.6 (2025-11-24)
5+
-------------------
6+
7+
- Enhance url2purl to support commit hashes parsing (GitHub, GitLab, and Bitbucket)
8+
https://github.com/package-url/packageurl-python/pull/211
9+
10+
- Adjust validation function
11+
https://github.com/package-url/packageurl-python/pull/206
12+
13+
- Add validation function
14+
https://github.com/package-url/packageurl-python/pull/205
15+
416
0.17.5 (2025-08-06)
517
-------------------
618

719
- Remove support for getting download URL for qpkg in ``purl2url``.
20+
https://github.com/package-url/packageurl-python/pull/203
21+
22+
- Add tests for latest purl-spec
823
https://github.com/package-url/packageurl-python/pull/202
924

1025
0.17.4 (2025-08-05)

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.5
3+
version = 0.17.6
44
license = MIT
55
description = A purl aka. Package URL parser and builder
66
long_description = file:README.rst

0 commit comments

Comments
 (0)