Skip to content

Commit cda86b3

Browse files
author
semantic-release
committed
chore(release): 4.1.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 50d2a4b commit cda86b3

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v4.1.0 (2024-02-02)
6+
7+
### Feature
8+
9+
* feat: support poetry multi-constraint dependencies (#668)
10+
11+
12+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`50d2a4b`](https://github.com/CycloneDX/cyclonedx-python/commit/50d2a4bb1827fc0e7de83a7f78fc0a4d278df93e))
13+
14+
### Unknown
15+
16+
* tests: modernize testbeds (#667)
17+
18+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`2fd3faf`](https://github.com/CycloneDX/cyclonedx-python/commit/2fd3faf45a5d3b9024bbf47d6e50c995880e2fd4))
19+
20+
* docs (#666)
21+
22+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`491e875`](https://github.com/CycloneDX/cyclonedx-python/commit/491e87564d124ccc91e21772423a10434ba5ff28))
23+
24+
525
## v4.0.0 (2024-01-31)
626

727
### Breaking

cyclonedx_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# !! version is managed by semantic_release
1717
# do not use typing here, or else `semantic_release` might have issues finding the variable
1818
# flake8: noqa
19-
__version__ = "4.0.0"
19+
__version__ = "4.1.0"
2020

2121
# There is no stable/public API.
2222
# You might use this instead:

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.0.0"
25+
release = "4.1.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.0.0"
10+
version = "4.1.0"
1111
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1212
authors = [
1313
"Jan Kowalleck <[email protected]>",

0 commit comments

Comments
 (0)