File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v11.3.0 (2025-10-22)
6+
7+ ### Bug Fixes
8+
9+ - Implement ` __lt__ ` for models still missing it
10+ ([ #899 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/899 ) ,
11+ [ ` bebda4f ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/bebda4fe34e9aa6149c032fd1aa41eb39cd57124 ) )
12+
13+ ### Features
14+
15+ - Deserialize single ` ComponentEvidence.identity `
16+ ([ #900 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/900 ) ,
17+ [ ` 9425c67 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/9425c67557a3f547c64cd740e19b112196146577 ) )
18+
19+
520## v11.2.0 (2025-10-15)
621
722### 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.2 .0" # noqa:Q000
25+ __version__ = "11.3 .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.2 .0'
26+ release = '11.3 .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.2 .0"
8+ version = " 11.3 .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