Skip to content

Commit 54b8ffc

Browse files
author
semantic-release
committed
chore(release): 9.0.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent e6f91fa commit 54b8ffc

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33

44

5+
## v9.0.0 (2025-02-26)
6+
7+
### Breaking
8+
9+
* feat!: 9.0.1 (#777)
10+
11+
12+
### BREAKING Changes
13+
14+
* Fix: `model.vulnerability.VulnerabilityReference`&#39;s properties are all
15+
mandatory
16+
([#790](https://github.com/CycloneDX/cyclonedx-python-lib/issues/790)
17+
via [#792](https://github.com/CycloneDX/cyclonedx-python-lib/pull/792))
18+
* Refactor: Rename `spdx.is_compund_expression` -&gt; `spdx.is_expression`
19+
([#779](https://github.com/CycloneDX/cyclonedx-python-lib/pull/779))
20+
* Behavior: `BomRef` affects comparison/hashing
21+
([#754](https://github.com/CycloneDX/cyclonedx-python-lib/pull/754) &amp;
22+
[#780](https://github.com/CycloneDX/cyclonedx-python-lib/pull/780))
23+
This is only a breaking change if you relied on ordering of elements.
24+
* Behavior: streamline comparison/hashing functions
25+
([#755](https://github.com/CycloneDX/cyclonedx-python-lib/pull/755))
26+
This is only a breaking change if you relied on ordering of elements.
27+
* Dependency: bump dependency `py-serializable &gt;=2 &lt;3`, was `&gt;=1.1.1 &lt;2`
28+
([#775](https://github.com/CycloneDX/cyclonedx-python-lib/pull/775))
29+
This is only a breaking change if you have other packages depend on that
30+
specific version.
31+
32+
---------
33+
34+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
35+
Signed-off-by: wkoot &lt;[email protected]&gt;
36+
Signed-off-by: semantic-release &lt;[email protected]&gt;
37+
Co-authored-by: wkoot &lt;[email protected]&gt;
38+
Co-authored-by: semantic-release &lt;[email protected]&gt; ([`e6f91fa`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e6f91fa98cbb02cda62fd0bc5b1f1b9bf19902ee))
39+
40+
541
## v8.9.0 (2025-02-25)
642

743
### Documentation

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.1-rc.1" # noqa:Q000
25+
__version__ = "9.0.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.1-rc.1'
26+
release = '9.0.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.1-rc.1"
8+
version = "9.0.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)