File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 19
19
from packageurl import normalize_qualifiers
20
20
from packageurl import normalize_subpath
21
21
22
+ __version__ = "0.2.0"
23
+
24
+
22
25
"""
23
26
General purpose utilities to create Vulnerability Ids aka. VCID and content-defined, hash-based
24
27
paths to store Vulnerability and Package data using these paths in many balanced directories.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
4
5
5
[project ]
6
6
name = " aboutcode.hashid"
7
- version = " 0.1 .0"
7
+ version = " 0.2 .0"
8
8
description = " A library for aboutcode hash-based identifiers for VCID, and PURLs"
9
9
readme = " aboutcode/hashid/README.rst"
10
10
license = { text = " Apache-2.0 AND Python-2.0" }
You can’t perform that action at this time.
0 commit comments