From 690311f36622c2de41866d54cc0dbb8166543016 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 18 Nov 2024 08:34:20 +0000 Subject: [PATCH] chore(release): 8.5.0 Automatically generated by python-semantic-release Signed-off-by: semantic-release --- CHANGELOG.md | 14 ++++++++++++++ cyclonedx/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0092394..c2b0ed6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v8.5.0 (2024-11-18) + +### Documentation + +* docs: remove invalid docsting note about auto-assigned `bom-ref` values (#733) ([`5aa5787`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5aa5787767c60dc23fd09f6cf14e54e5b0efceb4)) + +### Feature + +* feat: support CycloneDX 1.6.1 (#742) + + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`55eafed`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/55eafedf50d395911a697bd9c85eeab5820934ff)) + + ## v8.4.0 (2024-10-29) ### Feature diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index 40c51d72..ba6ab061 100644 --- a/cyclonedx/__init__.py +++ b/cyclonedx/__init__.py @@ -22,4 +22,4 @@ # !! version is managed by semantic_release # do not use typing here, or else `semantic_release` might have issues finding the variable -__version__ = "8.4.0" # noqa:Q000 +__version__ = "8.5.0" # noqa:Q000 diff --git a/docs/conf.py b/docs/conf.py index 5b3d4a09..9c208ec0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ # The full version, including alpha/beta/rc tags # !! version is managed by semantic_release -release = '8.4.0' +release = '8.5.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 227a0fde..c41e3408 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 = "8.4.0" +version = "8.5.0" description = "Python library for CycloneDX" authors = [ "Paul Horton ",