File tree 4 files changed +31
-3
lines changed
4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
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
+
5
33
## v4.1.0 (2023-08-27)
6
34
7
35
### Chore
Original file line number Diff line number Diff line change 20
20
21
21
# !! version is managed by semantic_release
22
22
# 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 22
22
23
23
# The full version, including alpha/beta/rc tags
24
24
# !! version is managed by semantic_release
25
- release = '4.1 .0'
25
+ release = '4.2 .0'
26
26
27
27
# -- General configuration ---------------------------------------------------
28
28
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool .poetry ]
6
6
name = " cyclonedx-python-lib"
7
7
# !! version is managed by semantic_release
8
- version = " 4.1 .0"
8
+ version = " 4.2 .0"
9
9
description = " A library for producing CycloneDX SBOM (Software Bill of Materials) files."
10
10
authors = [
" Paul Horton <[email protected] >" ]
11
11
maintainers = [
You can’t perform that action at this time.
0 commit comments