-
-
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 23, 2024
1 parent
f4eb79e
commit f1538be
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 @@ | |
|
||
|
||
|
||
## v5.1.0 (2024-10-23) | ||
|
||
### Feature | ||
|
||
* feat: add Python 3.13 support (#818) | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`f4eb79e`](https://github.com/CycloneDX/cyclonedx-python/commit/f4eb79e50bd5a1462c47ad259d632937d951bf96)) | ||
|
||
|
||
## v5.0.0 (2024-10-15) | ||
|
||
### Breaking | ||
|
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.0.0" | ||
version = "5.1.0" | ||
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments" | ||
authors = [ | ||
"Jan Kowalleck <[email protected]>", | ||
|