-
-
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
Jan 21, 2025
1 parent
18c5f0e
commit c2b4529
Showing
4 changed files
with
56 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,59 @@ | |
|
||
|
||
|
||
## v5.1.2 (2025-01-21) | ||
|
||
### Documentation | ||
|
||
* docs: fix typos in comments | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`8228cbb`](https://github.com/CycloneDX/cyclonedx-python/commit/8228cbb65070008279859579b6149e6f6e6f0404)) | ||
|
||
* docs: add console classifier | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`75f640c`](https://github.com/CycloneDX/cyclonedx-python/commit/75f640cdede42676c0d9e96a359b111582596ff9)) | ||
|
||
### Fix | ||
|
||
* fix(poetry): properly handle multi-declaration (optional) dependencies (#842) | ||
|
||
fixes [#840](https://github.com/CycloneDX/cyclonedx-python/issues/840) | ||
|
||
--------- | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`18c5f0e`](https://github.com/CycloneDX/cyclonedx-python/commit/18c5f0ec8e4418aeaf7d6ee2e36b40133f9d0e5a)) | ||
|
||
### Unknown | ||
|
||
* Update 2-bug_report.md | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`3a50f8d`](https://github.com/CycloneDX/cyclonedx-python/commit/3a50f8d2e17ebbcb399f6fe88b974c166147119f)) | ||
|
||
* Update 1-feature_request.md | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`e14572e`](https://github.com/CycloneDX/cyclonedx-python/commit/e14572e31f10e971b99917c3b51fc03c5436d003)) | ||
|
||
* Update 1-feature_request.md | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`657a990`](https://github.com/CycloneDX/cyclonedx-python/commit/657a99099524e4c2ce6d73308ac27eec8d7aec2a)) | ||
|
||
* Update 2-bug_report.md | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`7a88f64`](https://github.com/CycloneDX/cyclonedx-python/commit/7a88f64af25e875ad6951710c4556f2bb848d30b)) | ||
|
||
* Update 1-feature_request.md | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`1fe8fbf`](https://github.com/CycloneDX/cyclonedx-python/commit/1fe8fbffcece008ace15cb7870113fe1faba0105)) | ||
|
||
* Update 2-bug_report.md | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`38cdf79`](https://github.com/CycloneDX/cyclonedx-python/commit/38cdf7973810ef9f069f457d903922b96ba96bbf)) | ||
|
||
* Update 2-bug_report.md | ||
|
||
Signed-off-by: Jan Kowalleck <[email protected]> ([`1090bf9`](https://github.com/CycloneDX/cyclonedx-python/commit/1090bf9a1cde4f07e038fa30b09d38c3809e5c20)) | ||
|
||
|
||
## v5.1.1 (2024-11-09) | ||
|
||
### 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "cyclonedx-bom" | ||
version = "5.1.1" | ||
version = "5.1.2" | ||
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments" | ||
authors = [ | ||
"Jan Kowalleck <[email protected]>", | ||
|