File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v10.1.0 (2025-06-05)
6+
7+ ### Features
8+
9+ - Pulled SPDX license IDs v1.0-3.26.0
10+ ([ #823 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/823 ) ,
11+ [ ` 41b2d25 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/41b2d25bc23045f1b60610410e4bbbcdec137b4f ) )
12+
13+
514## v10.0.2 (2025-06-02)
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__ = "10.0.2 " # noqa:Q000
25+ __version__ = "10.1.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 = '10.0.2 '
26+ release = '10.1.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 = " 10.0.2 "
8+ version = " 10.1.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