-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
- Loading branch information
semantic-release
committed
Oct 15, 2024
1 parent
34cf6e3
commit 6bbd320
Showing
4 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,40 @@ | ||
# CHANGELOG | ||
|
||
|
||
## Unreleased | ||
|
||
### Documentation | ||
## v5.0.0 (2024-10-15) | ||
|
||
### Breaking | ||
|
||
* feat!: v5.0.0 (#797) | ||
|
||
### BREAKING Changes | ||
|
||
* Emitted metadata tool name is `cyclonedx-py`, was `cyclonedx-bom`. | ||
* Emitted metadata tools are up to non-deprecated CycloneDX specification. | ||
* 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). | ||
- `cdx:poetry:source:package:reference` | ||
- `cdx:poetry:package:source:resolved_reference` | ||
- `cdx:poetry:package:source:vcs:requested_revision` | ||
- `cdx:poetry:package:source:vcs:commit_id` | ||
|
||
The mentioned changes are considered "breaking" for processes that relied on the respective data structures. | ||
Migration paths are self-explanatory. | ||
|
||
### Dependencies | ||
|
||
* Requires `cyclonedx-python-lib>=8.0.0,<9 ` now, was `>=7.3.0,<8.0.0,!=7.3.1`. | ||
|
||
|
||
--------- | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`34cf6e3`](https://github.com/CycloneDX/cyclonedx-python/commit/34cf6e316f5f065b00cdebbed0791662500e6c4c)) | ||
|
||
* docs(chaneglog): omit chore/ci/refactor/style/test/build | ||
### Documentation | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`824dc28`](https://github.com/CycloneDX/cyclonedx-python/commit/824dc2898cb21f14841f835b8b2703301e87f0f8)) | ||
* docs(chaneglog): omit chore/ci/refactor/style/test/build (#813) | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`6707959`](https://github.com/CycloneDX/cyclonedx-python/commit/67079598b520fc7319f1c83ff562584f4acdd09c)) | ||
|
||
|
||
## v4.6.1 (2024-09-30) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "cyclonedx-bom" | ||
version = "4.6.1" | ||
version = "5.0.0" | ||
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments" | ||
authors = [ | ||
"Jan Kowalleck <[email protected]>", | ||
|