Skip to content

Commit fd9b856

Browse files
author
semantic-release
committed
chore(release): 4.5.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent dddcb5d commit fd9b856

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.5.1 (2024-09-18)
6+
7+
### Documentation
8+
9+
* docs: fix typo
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`9f9fa9e`](https://github.com/CycloneDX/cyclonedx-python/commit/9f9fa9e795b2aea847ae7639b018fd6c32d7e38c))
12+
13+
### Fix
14+
15+
* fix: assert copyright headers (#787)
16+
17+
utilizes flake8 plugin
18+
&lt;https://pypi.org/project/flake8-copyright-validator/&gt; to assert the
19+
correct headers
20+
21+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`dddcb5d`](https://github.com/CycloneDX/cyclonedx-python/commit/dddcb5dc6529e60c82dcfd756a0a8b31ae76e9bf))
22+
23+
524
## v4.5.0 (2024-06-10)
625

726
### Chore

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__ = "4.5.0" # noqa:Q000
20+
__version__ = "4.5.1" # 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
@@ -22,7 +22,7 @@
2222

2323
# The full version, including alpha/beta/rc tags
2424
# !! version is managed by semantic_release
25-
release = "4.5.0"
25+
release = "4.5.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.5.0"
10+
version = "4.5.1"
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)