Skip to content

Commit 2bf2711

Browse files
committed
Merge branch 'main' of github.com:CycloneDX/cyclonedx-python-lib
2 parents e03a25c + c530460 commit 2bf2711

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.6.1 (2021-10-11)
6+
### Fix
7+
* Better methods for checking if a Component is already represented in the BOM, and the ability to get the existing instance ([`5fee85f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5fee85fc38376478a1a438d228c632a5d14f4740))
8+
59
## v0.6.0 (2021-10-11)
610
### Feature
711
* Helper method for representing a File as a Component taking into account versioning for files as per https://github.com/CycloneDX/cyclonedx.org/issues/34 ([`7e0fb3c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/7e0fb3c7e32e08cb8667ad11461c7f8208dfdf7f))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cyclonedx-python-lib"
3-
version = "0.6.0"
3+
version = "0.6.1"
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)