Skip to content

Commit a46d424

Browse files
authored
Prepare for release v0.15.0 (#150)
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 8120d8e commit a46d424

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Changelog
22
=========
33

4-
Next Release (2024-02-29)
4+
0.15.0 (2024-03-12)
55
-------------------------
66

77
- Add support to get PackageURL from ``go_package`` or
8-
go module "name version" string as seen in a go.mod file.
8+
go module ``name version`` string as seen in a go.mod file.
9+
10+
- Add cran ecosystem support for url2purl
911

1012

1113
0.14.0 (2024-02-29)

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

0 commit comments

Comments
 (0)