Skip to content

Commit 4092717

Browse files
author
github-actions
committed
chore(release): 4.2.0
Automatically generated by python-semantic-release
1 parent e06f9fd commit 4092717

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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

Diff for: cyclonedx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
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"

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
8-
version = "4.1.0"
8+
version = "4.2.0"
99
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
1010
authors = ["Paul Horton <[email protected]>"]
1111
maintainers = [

0 commit comments

Comments
 (0)