File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v8.8.0 (2025-02-12)
6+
7+ ### Feature
8+
9+ * feat: add ` cyclonedx.model.crypto.ProtocolProperties.crypto_refs ` (#767 )
10+
11+
12+ Signed-off-by: Indivar Mishra < ; indimishra@gmail.com > ; ([ ` beb35f5 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/beb35f55e3e75d625db45e4ff084dee02e919ef6 ) )
13+
14+
515## v8.7.0 (2025-02-06)
616
717### Feature
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__ = "8.7 .0" # noqa:Q000
25+ __version__ = "8.8 .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 = '8.7 .0'
26+ release = '8.8 .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 = " 8.7 .0"
8+ version = " 8.8 .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