Skip to content

Commit d68a594

Browse files
author
semantic-release
committed
chore(release): 4.6.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent b08e1bb commit d68a594

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33

44

5+
## v4.6.0 (2024-09-20)
6+
7+
### Documentation
8+
9+
* docs: reformat help page in `usage` docs (#788)
10+
11+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`a1354e5`](https://github.com/CycloneDX/cyclonedx-python/commit/a1354e5fd074036499d308488e0e621647afc3ce))
12+
13+
### Feature
14+
15+
* feat: populate properties `cdx:python:package:source:vcs:...` (#790)
16+
17+
populate the newly added/fixed CycloneDX properties
18+
`cdx:python:package:source:vcs:...` in accordance with
19+
&lt;https://github.com/CycloneDX/cyclonedx-property-taxonomy/pull/96&gt; and
20+
&lt;https://github.com/CycloneDX/cyclonedx-property-taxonomy/pull/98&gt;.
21+
22+
the deprecated properties are still used, so no breaking changes exist.
23+
24+
fixes #789
25+
26+
---------
27+
28+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`b08e1bb`](https://github.com/CycloneDX/cyclonedx-python/commit/b08e1bb46871b167fb0ca135d2f97ad8a19df313))
29+
30+
531
## v4.5.1 (2024-09-18)
632

733
### Documentation

cyclonedx_py/__init__.py

+1-1
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.1" # noqa:Q000
20+
__version__ = "4.6.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

+1-1
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.1"
25+
release = "4.6.0"
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

+1-1
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.1"
10+
version = "4.6.0"
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)