File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v4.2.0 (2023-09-06)
6+
7+ ### Chore
8+
9+ * chore(deps): bump python-semantic-release/python-semantic-release (#423 )
10+
11+ Bumps [ python-semantic-release/python-semantic-release] ( https://github.com/python-semantic-release/python-semantic-release ) from 8.0.7 to 8.0.8.
12+ - [ Release notes] ( https://github.com/python-semantic-release/python-semantic-release/releases )
13+ - [ Changelog] ( https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md )
14+ - [ Commits] ( https://github.com/python-semantic-release/python-semantic-release/compare/v8.0.7...v8.0.8 )
15+
16+ ---
17+ updated-dependencies:
18+ - dependency-name: python-semantic-release/python-semantic-release
19+ dependency-type: direct: production
20+ update-type: version-update: semver-patch
21+ ...
22+
23+ Signed-off-by: dependabot
[ bot
] < ; [email protected] > ; 24+ Co-authored-by: dependabot[ bot] < ; 49699333+dependabot[ bot] @users .noreply.github.com> ; ([ ` 13e441d ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/13e441d581e2c419b46719148078155d44786e52 ) )
25+
26+ ### Feature
27+
28+ * feat: complete SPDX license expression (#425 )
29+
30+ Signed-off-by: Jan Kowalleck
< ; [email protected] > ; (
[ ` e06f9fd ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/e06f9fd2c30e8976766f326ff216103d2560cb9a ) )
31+
32+
533## v4.1.0 (2023-08-27)
634
735### Chore
Original file line number Diff line number Diff line change 2020
2121# !! version is managed by semantic_release
2222# do not use typing here, or else `semantic_release` might have issues finding the variable
23- __version__ = "4.1 .0"
23+ __version__ = "4.2 .0"
Original file line number Diff line number Diff line change 2222
2323# The full version, including alpha/beta/rc tags
2424# !! version is managed by semantic_release
25- release = '4.1 .0'
25+ release = '4.2 .0'
2626
2727# -- General configuration ---------------------------------------------------
2828
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 = " 4.1 .0"
8+ version = " 4.2 .0"
99description = " A library for producing CycloneDX SBOM (Software Bill of Materials) files."
1010authors = [
" Paul Horton <[email protected] >" ]
1111maintainers = [
You can’t perform that action at this time.
0 commit comments