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.11.1 (2026-08-10)
6+
7+ ### Bug Fixes
8+
9+ - Comparablepackageurl includes ` name `
10+ ([ #1022 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/1022 ) ,
11+ [ ` d718ac2 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/d718ac2391095851e6e5e2e75988e7dfb79494a4 ) )
12+
13+
514## v11.11.0 (2026-06-17)
615
716### Bug Fixes
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.11.0 " # noqa:Q000
25+ __version__ = "11.11.1 " # 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.11.0 '
26+ release = '11.11.1 '
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.11.0 "
8+ version = " 11.11.1 "
99description = " Python library for CycloneDX"
1010authors = [
1111 " Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments