Skip to content

Commit 50ce108

Browse files
author
github-actions
committed
chore(release): 4.2.3
Automatically generated by python-semantic-release
1 parent 5fa66a0 commit 50ce108

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

5+
## v4.2.3 (2023-10-16)
6+
7+
### Chore
8+
9+
* chore: Update CONTRIBUTING.md
10+
11+
Signed-off-by: Jan Kowalleck <[email protected]> ([`0ebaa21`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0ebaa216d43a1389362dbdb33f9b49f43a21ab66))
12+
13+
### Ci
14+
15+
* ci: publish coverage report to codacy (#439)
16+
17+
Signed-off-by: Jan Kowalleck <[email protected]> ([`0012a82`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0012a82382f9f33831a80aa0e26c0cbb7fd8984b))
18+
19+
### Fix
20+
21+
* fix: SPDX-expression-validation internal crashes are cought and handled (#471)
22+
23+
Signed-off-by: Jan Kowalleck <[email protected]> ([`5fa66a0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5fa66a043818eb5747dbd630496c6d31f818c0ab))
24+
25+
526
## v4.2.2 (2023-09-14)
627

728
### Chore

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
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.2.2"
23+
__version__ = "4.2.3"

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.2.2'
25+
release = '4.2.3'
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2.2"
8+
version = "4.2.3"
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)