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 1919from packageurl import normalize_qualifiers
2020from packageurl import normalize_subpath
2121
22+ __version__ = "0.2.0"
23+
24+
2225"""
2326General purpose utilities to create Vulnerability Ids aka. VCID and content-defined, hash-based
2427paths 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"
44
55[project ]
66name = " aboutcode.hashid"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " A library for aboutcode hash-based identifiers for VCID, and PURLs"
99readme = " aboutcode/hashid/README.rst"
1010license = { text = " Apache-2.0 AND Python-2.0" }
You can’t perform that action at this time.
0 commit comments