Skip to content

Commit 41f6475

Browse files
committed
Add CHANGELOG for aboutcode.hashid
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent b15ff16 commit 41f6475

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

aboutcode/hashid/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
from packageurl import normalize_qualifiers
2020
from packageurl import normalize_subpath
2121

22+
__version__ = "0.2.0"
23+
24+
2225
"""
2326
General purpose utilities to create Vulnerability Ids aka. VCID and content-defined, hash-based
2427
paths to store Vulnerability and Package data using these paths in many balanced directories.

0 commit comments

Comments
 (0)