-
-
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
Sep 23, 2024
1 parent
07b5e83
commit 6274d86
Showing
4 changed files
with
12 additions
and
3 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 |
---|---|---|
|
@@ -2,6 +2,15 @@ | |
|
||
|
||
|
||
## v4.6.1-alpha.1 (2024-09-23) | ||
|
||
### Chore | ||
|
||
* chore: trusted publishing | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`07b5e83`](https://github.com/CycloneDX/cyclonedx-python/commit/07b5e83c18fd3c02f917bca1faa00d42e6665647)) | ||
|
||
|
||
## v4.6.0 (2024-09-20) | ||
|
||
### Documentation | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | ||
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py` | ||
name = "cyclonedx-bom" | ||
version = "4.6.0" | ||
version = "4.6.1-alpha.1" | ||
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments" | ||
authors = [ | ||
"Jan Kowalleck <[email protected]>", | ||
|