Skip to content

Commit 2b952e9

Browse files
author
semantic-release
committed
chore(release): 7.6.2
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent d8b20bd commit 2b952e9

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33

44

5+
## v7.6.2 (2024-10-07)
6+
7+
### Chore
8+
9+
* chore: trusted publishing (#695)
10+
11+
fixes #681
12+
13+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`cc09c42`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/cc09c4260b3bb9dbdf583a9c459bee268ee52617))
14+
15+
### Documentation
16+
17+
* docs: fix some doc strings
18+
19+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`4fa8fc1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/4fa8fc1b6703ecf6788b72f2d53c6a17e2146cf7))
20+
21+
### Fix
22+
23+
* fix: behavior of and typing for crypto setters with optional values (#694)
24+
25+
fixes #690
26+
27+
---------
28+
29+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`d8b20bd`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/d8b20bdc5224ea30cf767f6f3f1a6f8ff2754973))
30+
31+
532
## v7.6.1 (2024-09-18)
633

734
### Fix

cyclonedx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
# !! version is managed by semantic_release
2424
# do not use typing here, or else `semantic_release` might have issues finding the variable
25-
__version__ = "7.6.1" # noqa:Q000
25+
__version__ = "7.6.2" # 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.6.1'
23+
release = '7.6.2'
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.6.1"
8+
version = "7.6.2"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)