Skip to content

Commit 92e959d

Browse files
author
semantic-release
committed
chore(release): 5.3.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 45ae96e commit 92e959d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v5.3.0 (2025-02-26)
6+
7+
### Feature
8+
9+
* feat: add support for `cyclonedx-python-lib&gt;=9.0&lt;10` (#854)
10+
11+
12+
13+
---------
14+
15+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`45ae96e`](https://github.com/CycloneDX/cyclonedx-python/commit/45ae96eca790d68fc8262e70307110aab36c29c2))
16+
17+
518
## v5.2.0 (2025-02-20)
619

720
### Documentation

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.2.0" # noqa:Q000
20+
__version__ = "5.3.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.2.0"
27+
release = "5.3.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.2.0"
9+
version = "5.3.0"
1010
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1111
authors = [
1212
"Jan Kowalleck <[email protected]>",

0 commit comments

Comments
 (0)