From 50ce10806fe4689605d106d34c3dcbfab599e98f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 16 Oct 2023 18:12:27 +0000 Subject: [PATCH] chore(release): 4.2.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ cyclonedx/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27fe25f..106f0fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## v4.2.3 (2023-10-16) + +### Chore + +* chore: Update CONTRIBUTING.md + +Signed-off-by: Jan Kowalleck <jan.kowalleck@owasp.org> ([`0ebaa21`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0ebaa216d43a1389362dbdb33f9b49f43a21ab66)) + +### Ci + +* ci: publish coverage report to codacy (#439) + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`0012a82`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0012a82382f9f33831a80aa0e26c0cbb7fd8984b)) + +### Fix + +* fix: SPDX-expression-validation internal crashes are cought and handled (#471) + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`5fa66a0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5fa66a043818eb5747dbd630496c6d31f818c0ab)) + + ## v4.2.2 (2023-09-14) ### Chore diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index 4c24779f..14f49baa 100644 --- a/cyclonedx/__init__.py +++ b/cyclonedx/__init__.py @@ -20,4 +20,4 @@ # !! version is managed by semantic_release # do not use typing here, or else `semantic_release` might have issues finding the variable -__version__ = "4.2.2" +__version__ = "4.2.3" diff --git a/docs/conf.py b/docs/conf.py index abafb257..ebe66206 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ # The full version, including alpha/beta/rc tags # !! version is managed by semantic_release -release = '4.2.2' +release = '4.2.3' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e18acfe3..da747003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cyclonedx-python-lib" # !! version is managed by semantic_release -version = "4.2.2" +version = "4.2.3" description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." authors = ["Paul Horton "] maintainers = [