Skip to content

Commit babe0d6

Browse files
author
semantic-release
committed
chore(release): 5.4.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent 545dde0 commit babe0d6

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v5.4.0 (2025-04-23)
6+
7+
### Documentation
8+
9+
* docs: reword common CLI switches (#877)
10+
11+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`3c86517`](https://github.com/CycloneDX/cyclonedx-python/commit/3c86517a9e9986270cf7d2c51a2d62957fbdb712))
12+
13+
* docs: showcase usage with `uv` (#858)
14+
15+
16+
17+
---------
18+
19+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`efd45b1`](https://github.com/CycloneDX/cyclonedx-python/commit/efd45b1f6f4aaebf70a9d645636626636145de26))
20+
21+
* docs: install instructions for `uv`
22+
23+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`07d9bcc`](https://github.com/CycloneDX/cyclonedx-python/commit/07d9bccea8bd5cefa34dec0cb930da719a7dac97))
24+
25+
### Feature
26+
27+
* feat: support `cyclonedx-python-lib ^10` (#880)
28+
29+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`545dde0`](https://github.com/CycloneDX/cyclonedx-python/commit/545dde0cfd380748f711e159ecb2a7c4fb9cf81b))
30+
31+
* feat: deprecate CLI switch `--outfile`; use new `--output-file` instead (#875)
32+
33+
34+
35+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`fb30ee0`](https://github.com/CycloneDX/cyclonedx-python/commit/fb30ee098f10ba805212bb6463ec7933676592c1))
36+
37+
* feat: deprecate CLI switch `--schema-version`; use new `--spec-version` instead (#871)
38+
39+
40+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`bbae05f`](https://github.com/CycloneDX/cyclonedx-python/commit/bbae05f3130c79c442f67f3ee544a7e4701d5a86))
41+
42+
### Unknown
43+
44+
* docs
45+
46+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`4837c99`](https://github.com/CycloneDX/cyclonedx-python/commit/4837c990c82a5ec0901ef1a23508d4be92537805))
47+
48+
549
## v5.3.0 (2025-02-26)
650

751
### Feature

cyclonedx_py/__init__.py

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

1818
# !! version is managed by `semantic_release`
1919
# do not use typing here, or else `semantic_release` might have issues finding the variable
20-
__version__ = "5.3.0" # noqa:Q000
20+
__version__ = "5.4.0" # noqa:Q000
2121

2222
# There is no stable/public API.
2323
# 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
@@ -24,7 +24,7 @@
2424

2525
# The full version, including alpha/beta/rc tags
2626
# !! version is managed by semantic_release
27-
release = "5.3.0"
27+
release = "5.4.0"
2828

2929
# -- General configuration ---------------------------------------------------
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "cyclonedx-bom"
9-
version = "5.3.0"
9+
version = "5.4.0"
1010
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1111
authors = [
1212
"Jan Kowalleck <jan.kowalleck@gmail.com>",

0 commit comments

Comments
 (0)