Skip to content

Commit 8481e9b

Browse files
committed
2.6.0
Automatically generated by python-semantic-release
1 parent 089d971 commit 8481e9b

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+
## v2.6.0 (2022-06-20)
6+
### Feature
7+
* Reduce unnessessarry type casting of `set`/`SortedSet` ([#203](https://github.com/CycloneDX/cyclonedx-python-lib/issues/203)) ([`089d971`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/089d9714f8f9f8c70076e48baa18340899cc29fa))
8+
59
## v2.5.2 (2022-06-15)
610
### Fix
711
* Add expected lower-than comparators for `OrganizationalEntity` and `VulnerabilityCredits` ([#248](https://github.com/CycloneDX/cyclonedx-python-lib/issues/248)) ([`0046ee1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0046ee19547be8dafe5d73bad886b9c5f725f26e))

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 = "2.5.2"
3+
version = "2.6.0"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <phorton@sonatype.com>"]
66
maintainers = ["Paul Horton <phorton@sonatype.com>"]

0 commit comments

Comments
 (0)