File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v11.6.0 (2025-12-02)
6+
7+ ### Documentation
8+
9+ - Update 1.7 ([ #920 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/920 ) ,
10+ [ ` 7e6771b ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/7e6771b0c1166d384ee438460e45794914937b6e ) )
11+
12+ ### Features
13+
14+ - Moved non‑standard implementations to Contrib area
15+ ([ #916 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/916 ) ,
16+ [ ` 15a9023 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/15a902374bc6507788853a854256d3570ab250a7 ) )
17+
18+
519## v11.5.0 (2025-10-31)
620
721### Features
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.5 .0" # noqa:Q000
25+ __version__ = "11.6 .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.5 .0'
26+ release = '11.6 .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.5 .0"
8+ version = " 11.6 .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