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 22
33
44
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+
539## v8.8.0 (2025-02-12)
640
741### Feature
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__ = "8.8 .0" # noqa:Q000
25+ __version__ = "8.9 .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 = '8.8 .0'
26+ release = '8.9 .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 = " 8.8 .0"
8+ version = " 8.9 .0"
99description = " Python library for CycloneDX"
1010authors = [
1111 " Paul Horton <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments