-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Nov 9, 2024
1 parent
b2595cf
commit 9eb3931
Showing
4 changed files
with
22 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,25 @@ | |
|
||
|
||
|
||
## v5.1.1 (2024-11-09) | ||
|
||
### Documentation | ||
|
||
* docs: fix headline structure in readme | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`74f07e1`](https://github.com/CycloneDX/cyclonedx-python/commit/74f07e16871b9ee5f9f7581edffa3af76b2b7ba6)) | ||
|
||
### Fix | ||
|
||
* fix: schema-invalid CycloneDX when running PEP639 analysis (#828) | ||
|
||
fixes #826 | ||
|
||
--------- | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`b2595cf`](https://github.com/CycloneDX/cyclonedx-python/commit/b2595cf829f57c0712394ae5f159af395b59c43e)) | ||
|
||
|
||
## v5.1.0 (2024-10-23) | ||
|
||
### Feature | ||
|
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 = "5.1.0" | ||
version = "5.1.1" | ||
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments" | ||
authors = [ | ||
"Jan Kowalleck <[email protected]>", | ||
|