File tree Expand file tree Collapse file tree 4 files changed +37
-3
lines changed Expand file tree Collapse file tree 4 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v8.9.0 (2025-02-25)
6
+
7
+ ### Documentation
8
+
9
+ * docs: extended instructions for " ; contributing" ; (#783 )
10
+
11
+ supersedes
12
+ https://github.com/CycloneDX/cyclonedx-python-lib/pull/773/files#r1954324461
13
+
14
+ ---------
15
+
16
+ Signed-off-by: Jan Kowalleck
< ; [email protected] > ; (
[ ` e2a4ed3 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/e2a4ed3608253b65a0f902f225fe7b7dd29ab864 ) )
17
+
18
+ ### Feature
19
+
20
+ * feat: avoid raising ` NoPropertiesProvidedException ` for optional parameters (#786 )
21
+
22
+ the following classes' ; init no longer raise ` NoPropertiesProvidedException ` :
23
+ * ` cyclonedx.model.IdentifiableAction `
24
+ * ` cyclonedx.model.component.Commit `
25
+ * ` cyclonedx.model.component.ComponentEvidence `
26
+ * ` cyclonedx.model.component.Diff `
27
+ * ` cyclonedx.model.component.Pedigree `
28
+ * ` cyclonedx.model.issue.IssueTypeSource `
29
+ * ` cyclonedx.model.vulnerability.VulnerabilityAnalysis `
30
+ * ` cyclonedx.model.vulnerability.VulnerabilityCredits `
31
+ * ` cyclonedx.model.vulnerability.VulnerabilityRating `
32
+ * ` cyclonedx.model.vulnerability.VulnerabilitySource `
33
+
34
+ ---------
35
+
36
+ Signed-off-by: Indivar Mishra
< ; [email protected] > ; (
[ ` 845b8d5 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/845b8d538d2f0fcadb3a3257a066ad58e3640c97 ) )
37
+
38
+
5
39
## v8.8.0 (2025-02-12)
6
40
7
41
### Feature
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__ = "8.8 .0" # noqa:Q000
25
+ __version__ = "8.9 .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 = '8.8 .0'
26
+ release = '8.9 .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 = " 8.8 .0"
8
+ version = " 8.9 .0"
9
9
description = " Python library for CycloneDX"
10
10
authors = [
11
11
" Paul Horton <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments