Skip to content

Commit da2d18c

Browse files
committed
Merge branch 'main' of github.com:CycloneDX/cyclonedx-python-lib into main
2 parents a030177 + 19943e8 commit da2d18c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

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+
59
## v0.0.6 (2021-09-08)
610
### Fix
711
* Initial release to pypi ([`99687db`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/99687dbec1389bf323bb625bfb707306aa3b8d1a))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cyclonedx-python-lib"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)