Skip to content

Commit d8f7d1b

Browse files
author
semantic-release
committed
chore(release): 4.1.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 4d550ad commit d8f7d1b

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v4.1.1 (2024-02-03)
6+
7+
### Documentation
8+
9+
* docs: improve example for programmatic call of CLI (#670)
10+
11+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`2ac3f21`](https://github.com/CycloneDX/cyclonedx-python/commit/2ac3f218840b256bc84f25fa962febf484800860))
12+
13+
### Fix
14+
15+
* fix: normalize package extras (#671)
16+
17+
ALL names of package extras are normalized, according to spec &lt;https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization&gt;
18+
19+
---------
20+
21+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`4d550ad`](https://github.com/CycloneDX/cyclonedx-python/commit/4d550ad2467bcfbf3a8705188fd4f15e0dee194e))
22+
23+
524
## v4.1.0 (2024-02-02)
625

726
### Feature

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.0" # noqa:Q000
18+
__version__ = "4.1.1" # 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.0"
25+
release = "4.1.1"
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.0"
10+
version = "4.1.1"
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)