File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed
Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 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
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.6 .0" # noqa:Q000
25+ __version__ = "11.7 .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.6 .0'
26+ release = '11.7 .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.6 .0"
8+ version = " 11.7 .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