From 049a5b353318e6f98f514051b442e99c9a90740a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 16 Sep 2022 18:23:17 +0000 Subject: [PATCH] 3.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee43190c..d26a0ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v3.6.0 (2022-09-16) +### Feature +* Enable dependency `cyclonedx-python-lib@^3` ([#418](https://github.com/CycloneDX/cyclonedx-python/issues/418)) ([`05cd51e`](https://github.com/CycloneDX/cyclonedx-python/commit/05cd51e1da261d29fb5c3e1722544a8f00a0cfcd)) + +### Documentation +* Describe `cyclonedx-py` rather than `cyclonedx-bom` ([`c04196e`](https://github.com/CycloneDX/cyclonedx-python/commit/c04196e4404efc0513676e5baefeaf03e6b3b8e3)) +* Minor updates to poetry usage details & contributing.md ([#407](https://github.com/CycloneDX/cyclonedx-python/issues/407)) ([`0abe230`](https://github.com/CycloneDX/cyclonedx-python/commit/0abe23049b5423f55b3e0951a00047f4e3f93056)) + ## v3.5.0 (2022-06-27) ### Feature * Optionally force `bom_ref` to be `purl` rather that the default random UUID format - thanks @RodneyRichardson ([`9659d08`](https://github.com/CycloneDX/cyclonedx-python/commit/9659d08f524fd1ea2eb34234f2449105feb93f62)) diff --git a/pyproject.toml b/pyproject.toml index 817b224f..ee86a0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-bom" -version = "3.5.0" +version = "3.6.0" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" authors = ["Steven Springett ", "Paul Horton "] license = "Apache-2.0"