-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feb 4, 2025
1 parent
901dcdc
commit 97fc1a2
Showing
4 changed files
with
23 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,26 @@ | |
|
||
|
||
|
||
## v8.6.0 (2025-02-04) | ||
|
||
### Feature | ||
|
||
* feat: expand the capabilities of `models.definition.Standard` (#713) | ||
|
||
|
||
--------- | ||
|
||
Signed-off-by: Hakan Dilek <[email protected]> | ||
Signed-off-by: Jan Kowalleck <[email protected]> | ||
Co-authored-by: Jan Kowalleck <[email protected]> ([`901dcdc`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/901dcdc60a8a46d30878764d7b8bda69c6ba8b80)) | ||
|
||
* feat: allow empty `OrganizationalEntity` object (#768) | ||
|
||
fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/764 | ||
|
||
Signed-off-by: Johannes Feichtner <[email protected]> ([`472bded`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/472bded38cd480ba6885d44c798e015b63c89190)) | ||
|
||
|
||
## v8.5.1 (2025-01-28) | ||
|
||
### 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | ||
name = "cyclonedx-python-lib" | ||
# !! version is managed by semantic_release | ||
version = "8.5.1" | ||
version = "8.6.0" | ||
description = "Python library for CycloneDX" | ||
authors = [ | ||
"Paul Horton <[email protected]>", | ||
|