From 91f9a8bb60fe8faddd86268c0ede89cd0caa5a76 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Oct 2021 15:30:59 +0000 Subject: [PATCH] 0.8.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d98cc6..3b014397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.8.3 (2021-10-14) +### Fix +* Coding standards violations ([`00cd1ca`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/00cd1ca20899b6861b1b959611a3556ffad36832)) +* Handle `Pipfile.lock` dependencies without an `index` specified ([`26c62fb`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/26c62fb996c4b1b2bf719e10c9072cf4fbadab9f)) + ## v0.8.2 (2021-10-14) ### Fix * Add namespace and subpath support to Component to complete PackageURL Spec support ([`780adeb`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/780adebe3861ef08eb1e8817a5e9e3451c0a2137)) diff --git a/pyproject.toml b/pyproject.toml index e4125dad..57c8228b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-python-lib" -version = "0.8.2" +version = "0.8.3" description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." authors = ["Paul Horton "] maintainers = ["Paul Horton "]