-
-
Notifications
You must be signed in to change notification settings - Fork 46
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 <semantic-release>
- Loading branch information
semantic-release
committed
Oct 31, 2023
1 parent
a648775
commit ac23ab1
Showing
4 changed files
with
20 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,23 @@ | |
|
||
|
||
|
||
## v5.1.0 (2023-10-31) | ||
|
||
### Documentation | ||
|
||
* docs: advance license docs | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`f61a730`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/f61a7303de1d5dacf0917a1d66f5ebe0732ccd75)) | ||
|
||
### Feature | ||
|
||
* feat: guarantee unique `BomRef`s in serialization result (#479) | ||
|
||
Incorporate `output.BomRefDiscriminator` on serialization | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`a648775`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a648775bb5195621e17fdbae92950ab6d56a665a)) | ||
|
||
|
||
## v5.0.1 (2023-10-24) | ||
|
||
### Chore | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | ||
name = "cyclonedx-python-lib" | ||
# !! version is managed by semantic_release | ||
version = "5.0.1" | ||
version = "5.1.0" | ||
description = "Python library for CycloneDX" | ||
authors = [ | ||
"Paul Horton <[email protected]>", | ||
|