File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v11.8.0 (2026-06-04)
6+
7+ ### Documentation
8+
9+ - Update CDX summary ([ #951 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/951 ) ,
10+ [ ` 752b162 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/752b1620a23e319add81c505fe7197a2ae3cca06 ) )
11+
12+ ### Features
13+
14+ - Add support CycloneDX 1.7.1 & 1.6.2 & 1.5.1
15+ ([ #985 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/985 ) ,
16+ [ ` 303889b ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/303889ba2b47033ae693c1af8bff552664e1910c ) )
17+
18+ - Pull SPDX license IDs v1.1-3.28.0
19+ ([ #986 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/986 ) ,
20+ [ ` 42ff044 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/42ff04444fa054d86da2302bc62e1bffd3b397df ) )
21+
22+
523## v11.7.0 (2026-03-17)
624
725### Documentation
Original file line number Diff line number Diff line change 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.7 .0" # noqa:Q000
25+ __version__ = "11.8 .0" # noqa:Q000
Original file line number Diff line number Diff line change 2323
2424# The full version, including alpha/beta/rc tags
2525# !! version is managed by semantic_release
26- release = '11.7 .0'
26+ release = '11.8 .0'
2727
2828# -- General configuration ---------------------------------------------------
2929
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " cyclonedx-python-lib"
77# !! version is managed by semantic_release
8- version = " 11.7 .0"
8+ version = " 11.8 .0"
99description = " Python library for CycloneDX"
1010authors = [
1111 " Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments