File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- version list -->
4
4
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
+
5
32
## v11.0.0 (2025-07-21)
6
33
7
34
### Features
Original file line number Diff line number Diff line change 22
22
23
23
# !! version is managed by semantic_release
24
24
# 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
Original file line number Diff line number Diff line change 23
23
24
24
# The full version, including alpha/beta/rc tags
25
25
# !! version is managed by semantic_release
26
- release = '11.0 .0'
26
+ release = '11.1 .0'
27
27
28
28
# -- General configuration ---------------------------------------------------
29
29
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool .poetry ]
6
6
name = " cyclonedx-python-lib"
7
7
# !! version is managed by semantic_release
8
- version = " 11.0 .0"
8
+ version = " 11.1 .0"
9
9
description = " Python library for CycloneDX"
10
10
authors = [
11
11
" Paul Horton <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments