8000 Prepare aboutcode.hashid v0.2.0 release by keshav-space · Pull Request #1687 · aboutcode-org/vulnerablecode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prepare aboutcode.hashid v0.2.0 release #1687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 6, 2024
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
13 changes: 13 additions & 0 deletions aboutcode/hashid/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Changelog
=============


v0.2.0 (December 05, 2024)
---------------------------

- Use 4-tier system for storing package metadata https://github.com/aboutcode-org/vulnerablecode/pull/1609

v0.1.0 (September 12, 2024)
---------------------------

- Initial release of the ``aboutcode.hashid`` library.
3 changes: 3 additions & 0 deletions aboutcode/hashid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
from packageurl import normalize_qualifiers
from packageurl import normalize_subpath

__version__ = "0.2.0"


"""
General purpose utilities to create Vulnerability Ids aka. VCID and content-defined, hash-based
paths to store Vulnerability and Package data using these paths in many balanced directories.
Expand Down
2 changes: 1 addition & 1 deletion pyproject-aboutcode.hashid.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"

[project]
name = "aboutcode.hashid"
version = "0.1.0"
version = "0.2.0"
description = "A library for aboutcode hash-based identifiers for VCID, and PURLs"
readme = "aboutcode/hashid/README.rst"
license = { text = "Apache-2.0 AND Python-2.0" }
Expand Down
0