Skip to content

Commit 7129d73

Browse files
chore(release): 11.11.0
Automatically generated by python-semantic-release
1 parent 28b75bd commit 7129d73

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- version list -->
44

5+
## v11.11.0 (2026-06-17)
6+
7+
### Bug Fixes
8+
9+
- Protocolpropertiestype enum case `5g-aka` for CycloneDX 1.7
10+
([#1004](https://github.com/CycloneDX/cyclonedx-python-lib/pull/1004),
11+
[`bc97e1c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/bc97e1c8fe08ff9b8895bb7908bec70bdaa815f0))
12+
13+
### Features
14+
15+
- `cryptoprimitive` enum cases for CycloneDX 1.7
16+
([#1002](https://github.com/CycloneDX/cyclonedx-python-lib/pull/1002),
17+
[`788ced1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/788ced146d2954669e88bf6d5af1054771245b27))
18+
19+
- `protocolpropertiestype` enum cases for CycloneDX 1.7
20+
([#1003](https://github.com/CycloneDX/cyclonedx-python-lib/pull/1003),
21+
[`f9223d8`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/f9223d8441af02a880feb1170e6549207ef551f3))
22+
23+
524
## v11.10.0 (2026-06-11)
625

726
### Bug Fixes

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__ = "11.10.0" # noqa:Q000
25+
__version__ = "11.11.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 = '11.10.0'
26+
release = '11.11.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 = "11.10.0"
8+
version = "11.11.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <phorton@sonatype.com>",

0 commit comments

Comments
 (0)