Skip to content

Commit 35368c5

Browse files
author
semantic-release
committed
chore(release): 7.6.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent c59036e commit 35368c5

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33

44

5+
## v7.6.0 (2024-08-14)
6+
7+
### Feature
8+
9+
* feat: `HashType.from_composite_str` for Blake2b, SHA3, Blake3 (#663)
10+
11+
The code mistreated hashes for Blake2b and SHA3.
12+
Code for explicitly handling SHA1 &amp; BLAKE3 was added, as those have no
13+
variants defined in the CycloneDX specification.
14+
15+
fixes #652
16+
17+
---------
18+
19+
Signed-off-by: Michael Schlenker &lt;[email protected]&gt;
20+
Co-authored-by: Michael Schlenker &lt;[email protected]&gt;
21+
Co-authored-by: Jan Kowalleck &lt;[email protected]&gt; ([`c59036e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c59036e06ddc97284f82efbbc168dc2d89d090d1))
22+
23+
524
## v7.5.1 (2024-07-08)
625

726
### Fix

cyclonedx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
# !! version is managed by semantic_release
2222
# do not use typing here, or else `semantic_release` might have issues finding the variable
23-
__version__ = "7.5.1" # noqa:Q000
23+
__version__ = "7.6.0" # noqa:Q000

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# The full version, including alpha/beta/rc tags
2222
# !! version is managed by semantic_release
23-
release = '7.5.1'
23+
release = '7.6.0'
2424

2525
# -- General configuration ---------------------------------------------------
2626

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
8-
version = "7.5.1"
8+
version = "7.6.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)