Skip to content

Commit 6bbd320

Browse files
author
semantic-release
committed
chore(release): 5.0.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 34cf6e3 commit 6bbd320

File tree

4 files changed

+33
-7
lines changed

4 files changed

+33
-7
lines changed

CHANGELOG.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
# CHANGELOG
22

33

4-
## Unreleased
54

6-
### Documentation
5+
## v5.0.0 (2024-10-15)
6+
7+
### Breaking
8+
9+
* feat!: v5.0.0 (#797)
10+
11+
### BREAKING Changes
12+
13+
* Emitted metadata tool name is `cyclonedx-py`, was `cyclonedx-bom`.
14+
* Emitted metadata tools are up to non-deprecated CycloneDX specification.
15+
* No longer emit deprecated or undocumented properties in namespace [`cdx:poetry`](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/poetry.md) (see previous release 4.6.0 for official replacements).
16+
- `cdx:poetry:source:package:reference`
17+
- `cdx:poetry:package:source:resolved_reference`
18+
- `cdx:poetry:package:source:vcs:requested_revision`
19+
- `cdx:poetry:package:source:vcs:commit_id`
20+
21+
The mentioned changes are considered &#34;breaking&#34; for processes that relied on the respective data structures.
22+
Migration paths are self-explanatory.
23+
24+
### Dependencies
25+
26+
* Requires `cyclonedx-python-lib&gt;=8.0.0,&lt;9 ` now, was `&gt;=7.3.0,&lt;8.0.0,!=7.3.1`.
27+
28+
29+
---------
30+
31+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`34cf6e3`](https://github.com/CycloneDX/cyclonedx-python/commit/34cf6e316f5f065b00cdebbed0791662500e6c4c))
732

8-
* docs(chaneglog): omit chore/ci/refactor/style/test/build
33+
### Documentation
934

10-
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`824dc28`](https://github.com/CycloneDX/cyclonedx-python/commit/824dc2898cb21f14841f835b8b2703301e87f0f8))
35+
* docs(chaneglog): omit chore/ci/refactor/style/test/build (#813)
1136

37+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`6707959`](https://github.com/CycloneDX/cyclonedx-python/commit/67079598b520fc7319f1c83ff562584f4acdd09c))
1238

1339

1440
## v4.6.1 (2024-09-30)

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.6.1" # noqa:Q000
20+
__version__ = "5.0.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
@@ -22,7 +22,7 @@
2222

2323
# The full version, including alpha/beta/rc tags
2424
# !! version is managed by semantic_release
25-
release = "4.6.1"
25+
release = "5.0.0"
2626

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

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 = "4.6.1"
9+
version = "5.0.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)