diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9dee79..4e73a39 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog ========= +0.14.0 (2024-02-29) +------------------- + +- Add support for getting golang purl from go import. + https://github.com/nexB/purldb/issues/259 + +- Fix the "gem" type in the README docs. + https://github.com/package-url/packageurl-python/pull/114 + 0.13.4 (2024-01-08) ------------------- diff --git a/setup.cfg b/setup.cfg index 49de794..54949ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = packageurl-python -version = 0.13.4 +version = 0.14.0 license = MIT description = A purl aka. Package URL parser and builder long_description = file:README.rst