File tree Expand file tree Collapse file tree 4 files changed +39
-3
lines changed Expand file tree Collapse file tree 4 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 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 ` ' ; 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 ` -> ; ` 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 ) & ;
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 >=2 <3 ` , was ` >=1.1.1 <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 < ; jan.kowalleck@gmail.com > ;
35+ Signed-off-by: wkoot < ; 3715211+wkoot@users.noreply.github.com > ;
36+ Signed-off-by: semantic-release < ; semantic-release@bot.local > ;
37+ Co-authored-by: wkoot < ; 3715211+wkoot@users.noreply.github.com > ;
38+ Co-authored-by: semantic-release < ; semantic-release@bot.local > ; ([ ` e6f91fa ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/e6f91fa98cbb02cda62fd0bc5b1f1b9bf19902ee ) )
39+
40+
541## v8.9.0 (2025-02-25)
642
743### Documentation
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " cyclonedx-python-lib"
77# !! version is managed by semantic_release
8- version = " 9.0.1-rc.1 "
8+ version = " 9.0.0 "
99description = " Python library for CycloneDX"
1010authors = [
1111 " Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments