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 4c620ed commit 19943e8Copy full SHA for 19943e8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.0.7 (2021-09-08)
6
+### Fix
7
+* Release with full name ([`4c620ed`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/4c620ed053aac8c31343b1ca84ca56912b762ab2))
8
+
9
## v0.0.6 (2021-09-08)
10
### Fix
11
* Initial release to pypi ([`99687db`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/99687dbec1389bf323bb625bfb707306aa3b8d1a))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "cyclonedx-python-lib"
-version = "0.0.6"
+version = "0.0.7"
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
authors = ["Paul Horton <[email protected]>"]
license = "Apache-2.0"
0 commit comments