Skip to content

Commit 3ccfa4f

Browse files
author
semantic-release
committed
chore(release): 11.7.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent ec2f604 commit 3ccfa4f

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v11.7.0 (2026-03-17)
6+
7+
### Documentation
8+
9+
- Add comprehensive SBOM validation guide
10+
([#933](https://github.com/CycloneDX/cyclonedx-python-lib/pull/933),
11+
[`bf596c0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/bf596c0ed1495bf42add39185f460605b0ecd12a))
12+
13+
- Docstrings for schema version classes
14+
([#946](https://github.com/CycloneDX/cyclonedx-python-lib/pull/946),
15+
[`6460b71`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6460b71b5189a10819e539f1315a7c05b9b7e40e))
16+
17+
- Modernize RTF setup ([#921](https://github.com/CycloneDX/cyclonedx-python-lib/pull/921),
18+
[`af0059d`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/af0059d8fb6c9f8cc437f6c210487d131a6f658f))
19+
20+
### Features
21+
22+
- Add properties for licenses according to CycloneDX 1.5
23+
([#947](https://github.com/CycloneDX/cyclonedx-python-lib/pull/947),
24+
[`375d209`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/375d209c738473ea2815fc4cb36806563be41e2e))
25+
26+
- Make schema deprecation warnings handle-able
27+
([#945](https://github.com/CycloneDX/cyclonedx-python-lib/pull/945),
28+
[`71edacf`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/71edacfaf5c46088d0ca08196b7c858ff39a23b5))
29+
30+
531
## v11.6.0 (2025-12-02)
632

733
### Documentation

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

0 commit comments

Comments
 (0)