Skip to content

Commit 97fc1a2

Browse files
author
semantic-release
committed
chore(release): 8.6.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 901dcdc commit 97fc1a2

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33

44

5+
## v8.6.0 (2025-02-04)
6+
7+
### Feature
8+
9+
* feat: expand the capabilities of `models.definition.Standard` (#713)
10+
11+
12+
---------
13+
14+
Signed-off-by: Hakan Dilek &lt;[email protected]&gt;
15+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
16+
Co-authored-by: Jan Kowalleck &lt;[email protected]&gt; ([`901dcdc`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/901dcdc60a8a46d30878764d7b8bda69c6ba8b80))
17+
18+
* feat: allow empty `OrganizationalEntity` object (#768)
19+
20+
fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/764
21+
22+
Signed-off-by: Johannes Feichtner &lt;[email protected]&gt; ([`472bded`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/472bded38cd480ba6885d44c798e015b63c89190))
23+
24+
525
## v8.5.1 (2025-01-28)
626

727
### Documentation

cyclonedx/__init__.py

+1-1
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.5.1" # noqa:Q000
25+
__version__ = "8.6.0" # noqa:Q000

docs/conf.py

+1-1
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.5.1'
26+
release = '8.6.0'
2727

2828
# -- General configuration ---------------------------------------------------
2929

pyproject.toml

+1-1
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.5.1"
8+
version = "8.6.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)