We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3d7bf commit f680a9aCopy full SHA for f680a9a
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v3.11.7 (2023-11-03)
6
+
7
+### Fix
8
9
+* Toml-compatible fingers-crossed handling for failed input data decoding ([#613](https://github.com/CycloneDX/cyclonedx-python/issues/613)) ([`fb3d7bf`](https://github.com/CycloneDX/cyclonedx-python/commit/fb3d7bfd1216ad8b5328a1d348fea04fee31d3a4))
10
11
## v3.11.6 (2023-11-03)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "cyclonedx-bom"
-version = "3.11.6"
+version = "3.11.7"
description = "CycloneDX Software Bill of Materials (SBOM) generation utility"
authors = [
"Steven Springett <steve.springett@owasp.org>",
0 commit comments