Skip to content

Commit c57d6b9

Browse files
committed
Merge remote-tracking branch 'origin/main' into 9.0.0-dev
2 parents 3f1ab92 + 740aaf9 commit c57d6b9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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

0 commit comments

Comments
 (0)