Skip to content

Commit 6e77bf7

Browse files
author
semantic-release
committed
chore(release): 11.1.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 876a364 commit 6e77bf7

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v11.1.0 (2025-09-09)
6+
7+
### Documentation
8+
9+
- Shorten lines
10+
([`5621705`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5621705fef98e0d5a510af22f8ece16c8f2f1e76))
11+
12+
- Update CDX spec links ([#858](https://github.com/CycloneDX/cyclonedx-python-lib/pull/858),
13+
[`ba0b5c0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ba0b5c092cd4c5761e3b00e808506e7ba71de3a8))
14+
15+
- Update linked CDX spec ([#860](https://github.com/CycloneDX/cyclonedx-python-lib/pull/860),
16+
[`0ecdaa8`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0ecdaa8eff200dce74e1fee8202807ab273b6971))
17+
18+
- Update linked XML spec ([#857](https://github.com/CycloneDX/cyclonedx-python-lib/pull/857),
19+
[`ea627ec`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ea627ec8fa3e8e19a2a8f4a618c9b084922e025f))
20+
21+
### Features
22+
23+
- Add BomRefs for known models according to CycloneDX 1.5
24+
([#859](https://github.com/CycloneDX/cyclonedx-python-lib/pull/859),
25+
[`0898cf7`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0898cf76f1ad97a49cb438fe2130a86a59f8c150))
26+
27+
- Updating SPDX license list to 3.27.0
28+
([#885](https://github.com/CycloneDX/cyclonedx-python-lib/pull/885),
29+
[`876a364`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/876a36416d4ea82ec493893c89d9ac0bb6e0d95f))
30+
31+
532
## v11.0.0 (2025-07-21)
633

734
### Features

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

0 commit comments

Comments
 (0)