Skip to content

Commit 65026ac

Browse files
author
semantic-release
committed
chore(release): 9.1.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 7d57c73 commit 65026ac

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
## v9.1.0 (2025-02-27)
6+
7+
### Feature
8+
9+
* feat: `model.VulnerabilityAnalysis` properties for issued/updated datetime (#794)
10+
11+
12+
13+
Signed-off-by: Indivar Mishra &lt;[email protected]&gt; ([`4a3955a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/4a3955a610bad97550e11c426c61c1295b76f804))
14+
15+
### Fix
16+
17+
* fix: improved comparison functionality of `model.VulnerabilityAnalysis` (#795)
18+
19+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`7d57c73`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/7d57c73ef63bfb016099f4c0312b6702da488efc))
20+
21+
522
## v9.0.2 (2025-02-26)
623

724

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__ = "9.0.2" # noqa:Q000
25+
__version__ = "9.1.0" # noqa:Q000

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# The full version, including alpha/beta/rc tags
2525
# !! version is managed by semantic_release
26-
release = '9.0.2'
26+
release = '9.1.0'
2727

2828
# -- General configuration ---------------------------------------------------
2929

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 = "9.0.2"
8+
version = "9.1.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)