Skip to content

Commit 2a87f50

Browse files
author
semantic-release
committed
chore(release): 8.7.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 03b35f4 commit 2a87f50

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v8.7.0 (2025-02-06)
6+
7+
### Feature
8+
9+
* feat: allow empty `OrganizationalContact` object (#772)
10+
11+
fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/771
12+
13+
---------
14+
15+
Signed-off-by: Johannes Feichtner &lt;[email protected]&gt;
16+
Signed-off-by: Johannes Feichtner &lt;[email protected]&gt; ([`03b35f4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/03b35f4293ab3b4c402c7bb8ff458831e492cb8b))
17+
18+
519
## v8.6.0 (2025-02-04)
620

721
### Feature

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.6.0" # noqa:Q000
25+
__version__ = "8.7.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.6.0'
26+
release = '8.7.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.6.0"
8+
version = "8.7.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)