From 7b44aeab491be5f91cb3fc895b9429c4dfe01ecc Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Dec 2022 13:22:06 +0000 Subject: [PATCH] 3.10.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a30161..b293174a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v3.10.1 (2022-12-15) +### Fix +* PURL for PyPI packages from 'conda list' have the correct format now ([#471](https://github.com/CycloneDX/cyclonedx-python/issues/471)) ([`1573064`](https://github.com/CycloneDX/cyclonedx-python/commit/157306483a21583d752714a77ad7d0c7395291e5)) + +### Documentation +* Improve CONTRIBUTION instructions - sign-off step ([#470](https://github.com/CycloneDX/cyclonedx-python/issues/470)) ([`578c0a8`](https://github.com/CycloneDX/cyclonedx-python/commit/578c0a88e63c804b1462e3d3b617f56b53b6012e)) + ## v3.10.0 (2022-12-13) ### Feature * Add support for poetry lock format v2.0 ([#469](https://github.com/CycloneDX/cyclonedx-python/issues/469)) ([`0b1e07f`](https://github.com/CycloneDX/cyclonedx-python/commit/0b1e07f91aada201088605a84ea394182ce0f10e)) diff --git a/pyproject.toml b/pyproject.toml index 8db40bff..2537655c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-bom" -version = "3.10.0" +version = "3.10.1" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" authors = ["Steven Springett ", "Paul Horton "] license = "Apache-2.0"