We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15ff16 commit 41f6475Copy full SHA for 41f6475
aboutcode/hashid/CHANGELOG.rst
@@ -0,0 +1,13 @@
1
+Changelog
2
+=============
3
+
4
5
+v0.2.0 (December 05, 2024)
6
+---------------------------
7
8
+- Use 4-tier system for storing package metadata https://github.com/aboutcode-org/vulnerablecode/pull/1609
9
10
+v0.1.0 (September 12, 2024)
11
12
13
+- Initial release of the ``aboutcode.hashid`` library.
aboutcode/hashid/__init__.py
@@ -19,6 +19,9 @@
19
from packageurl import normalize_qualifiers
20
from packageurl import normalize_subpath
21
22
+__version__ = "0.2.0"
23
24
25
"""
26
General purpose utilities to create Vulnerability Ids aka. VCID and content-defined, hash-based
27
paths to store Vulnerability and Package data using these paths in many balanced directories.
0 commit comments