Skip to content

Commit 740aaf9

Browse files
author
semantic-release
committed
chore(release): 8.9.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 845b8d5 commit 740aaf9

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
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 &#34;contributing&#34; (#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 &lt;[email protected]&gt; ([`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&#39; 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 &lt;[email protected]&gt; ([`845b8d5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/845b8d538d2f0fcadb3a3257a066ad58e3640c97))
37+
38+
539
## v8.8.0 (2025-02-12)
640

741
### Feature

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
8-
version = "8.8.0"
8+
version = "8.9.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)