Skip to content

Commit cec5d9e

Browse files
authored
Merge pull request #1687 from aboutcode-org/prepare-hashid-v0.2.0-release
Prepare aboutcode.hashid v0.2.0 release
2 parents c21bf1f + 41f6475 commit cec5d9e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
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.

pyproject-aboutcode.hashid.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "aboutcode.hashid"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A library for aboutcode hash-based identifiers for VCID, and PURLs"
99
readme = "aboutcode/hashid/README.rst"
1010
license = { text = "Apache-2.0 AND Python-2.0" }

0 commit comments

Comments
 (0)