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.7.1-alpha.1 (2026-05-04)
6+
7+ ### Bug Fixes
8+
9+ - Add persist-credentials: false to release job checkout
10+ ([ ` 1a8dae3 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/1a8dae399dd97c4829cdd04657b4b7de005ae118 ) )
11+
12+ - Address all zizmor security findings in GitHub Actions workflows
13+ ([ ` 5b2cb0b ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/5b2cb0ba371d402ece0f87ba89d925cb4d42ae5e ) )
14+
15+ - Pin actions/create-github-app-token to commit hash
16+ ([ ` f959774 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/f959774e7308966fab7fbde8f50851ea267a9c0f ) )
17+
18+ - Revert persist-credentials in release checkout (untested combination)
19+ ([ ` 1a42e8e ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/1a42e8ead629c9fedf9e389a1226fee87299af1b ) )
20+
21+ ### Documentation
22+
23+ - Update CDX summary ([ #951 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/951 ) ,
24+ [ ` 752b162 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/752b1620a23e319add81c505fe7197a2ae3cca06 ) )
25+
26+
527## v11.7.0 (2026-03-17)
628
729### 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.7.0 " # noqa:Q000
25+ __version__ = "11.7.1-alpha.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.7.0 '
26+ release = '11.7.1-alpha.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.7.0 "
8+ version = " 11.7.1-alpha.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