Skip to content

Commit 866eda7

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent ddc37f3 commit 866eda7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## v0.2.0 (2021-09-14)
6+
### Feature
7+
* Added helper method to return a PackageURL object representing a Component ([`367bef1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/367bef11bb1a7ede3100acae39581e33d20fa7f5))
8+
9+
### Fix
10+
* Whitespace on empty line removed ([`cfc952e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/cfc952eb5f3feb97a41b6c895657058429da3430))
11+
512
## v0.1.0 (2021-09-13)
613
### Feature
714
* Add poetry support ([`f3ac42f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/f3ac42f298b8d093b0ac368993beba43c58c251a))

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.1.0"
3+
version = "0.2.0"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <[email protected]>"]
66
maintainers = ["Paul Horton <[email protected]>"]

0 commit comments

Comments
 (0)