From b2a97e0328c4fb720717ff2233c357b76b1b73e7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Nov 2022 17:28:30 +0000 Subject: [PATCH] 3.7.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458abbdf..4efe7cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v3.7.1 (2022-11-10) +### Fix +* **EnvironmentParser:** Reduced crashes if no Classifiers are found ([#441](https://github.com/CycloneDX/cyclonedx-python/issues/441)) ([`67f56e7`](https://github.com/CycloneDX/cyclonedx-python/commit/67f56e7bfa4fb9d50654ebd07ece1ad14377a355)) + ## v3.7.0 (2022-11-10) ### Feature * Pass purl-bom-ref to EnvironmentParser ([#432](https://github.com/CycloneDX/cyclonedx-python/issues/432)) ([`7cfefeb`](https://github.com/CycloneDX/cyclonedx-python/commit/7cfefeb389b3c63b69ad93aeca1a709231da2901)) diff --git a/pyproject.toml b/pyproject.toml index 071a65c5..e89ab54f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-bom" -version = "3.7.0" +version = "3.7.1" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" authors = ["Steven Springett ", "Paul Horton "] license = "Apache-2.0"