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+ ## v7.1.0 (2025-09-02)
6+
7+ ### Documentation
8+
9+ - Fix changelog
10+ ([ ` 1e6574f ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/1e6574fa4dd4db3a60303d87b221bb6ff0baf4bd ) )
11+
12+ ### Features
13+
14+ - Support runtime-dependency ` cyclonedx-python-lib ` v11
15+ ([ #938 ] ( https://github.com/CycloneDX/cyclonedx-python/pull/938 ) ,
16+ [ ` 7818754 ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/781875478534af08a7dccc21ae0aef1c42c9ccbe ) )
17+
18+
519## v7.0.0 (2025-07-14)
620
721### BREAKING Changes
Original file line number Diff line number Diff line change 1717
1818# !! version is managed by `semantic_release`
1919# do not use typing here, or else `semantic_release` might have issues finding the variable
20- __version__ = "7.0 .0" # noqa:Q000
20+ __version__ = "7.1 .0" # noqa:Q000
2121
2222# There is no stable/public API.
2323# However, you might call the stable CLI instead, like so:
Original file line number Diff line number Diff line change 2424
2525# The full version, including alpha/beta/rc tags
2626# !! version is managed by semantic_release
27- release = "7.0 .0"
27+ release = "7.1 .0"
2828
2929# -- General configuration ---------------------------------------------------
3030
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
77[tool .poetry ]
88name = " cyclonedx-bom"
9- version = " 7.0 .0"
9+ version = " 7.1 .0"
1010description = " CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1111authors = [
1212 " Jan Kowalleck <jan.kowalleck@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments