File tree 4 files changed +39
-3
lines changed
4 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
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
+
5
41
## v8.9.0 (2025-02-25)
6
42
7
43
### Documentation
Original file line number Diff line number Diff line change 22
22
23
23
# !! version is managed by semantic_release
24
24
# 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 23
23
24
24
# The full version, including alpha/beta/rc tags
25
25
# !! version is managed by semantic_release
26
- release = '9.0.1-rc.1 '
26
+ release = '9.0.0 '
27
27
28
28
# -- General configuration ---------------------------------------------------
29
29
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool .poetry ]
6
6
name = " cyclonedx-python-lib"
7
7
# !! version is managed by semantic_release
8
- version = " 9.0.1-rc.1 "
8
+ version = " 9.0.0 "
9
9
description = " Python library for CycloneDX"
10
10
authors = [
11
11
" Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments