Skip to content

Commit 0181c3d

Browse files
author
semantic-release
committed
chore(release): 4.2.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 639b35a commit 0181c3d

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v4.2.0 (2024-04-18)
6+
7+
### Feature
8+
9+
* feat: support CycloneDX 1.6 output (#720)
10+
11+
12+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`639b35a`](https://github.com/CycloneDX/cyclonedx-python/commit/639b35ad7e9aa832a4ad9b489a2391348f97fc15))
13+
14+
515
## v4.1.6 (2024-04-15)
616

717
### Fix

cyclonedx_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# !! version is managed by `semantic_release`
1717
# do not use typing here, or else `semantic_release` might have issues finding the variable
18-
__version__ = "4.1.6" # noqa:Q000
18+
__version__ = "4.2.0" # noqa:Q000
1919

2020
# There is no stable/public API.
2121
# However, you might call the stable CLI instead, like so:

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.1.6"
25+
release = "4.2.0"
2626

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77
[tool.poetry]
88
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
99
name = "cyclonedx-bom"
10-
version = "4.1.6"
10+
version = "4.2.0"
1111
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1212
authors = [
1313
"Jan Kowalleck <jan.kowalleck@gmail.com>",

0 commit comments

Comments
 (0)