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 4618c62 commit c58f8f8Copy full SHA for c58f8f8
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v2.1.0 (2022-03-28)
6
+### Feature
7
+* Output errors are verbose ([`bfe8fb1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/bfe8fb18825251fd9f146458122aa06137ec27c0))
8
+
9
## v2.0.0 (2022-02-21)
10
### Feature
11
* Bump dependencies ([`da3f0ca`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/da3f0ca3e8b90b37301c03f889eb089bca649b09))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "cyclonedx-python-lib"
-version = "2.0.0"
+version = "2.1.0"
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
authors = ["Paul Horton <phorton@sonatype.com>"]
maintainers = ["Paul Horton <phorton@sonatype.com>"]
0 commit comments