From bca1d778b94a210bef46795d7467a2a25684988f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 26 Oct 2024 13:19:06 +0000 Subject: [PATCH] chore(release): 8.3.0 Automatically generated by python-semantic-release Signed-off-by: semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ cyclonedx/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a61688..0423d5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v8.3.0 (2024-10-26) + +### Documentation + +* docs: revisit examples readme (#725) + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`e9020f0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e9020f0b709a5245d1749d2811b8568f892869bb)) + +### Feature + +* feat: add basic support for Definitions (#701) + + + +--------- + +Signed-off-by: Hakan Dilek <hakandilek@gmail.com> ([`a1573e5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a1573e5af12bb54c7328c73971dc2c2f8d820c0a)) + + ## v8.2.1 (2024-10-24) ### Fix diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index df0a3c48..daefd93d 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.2.1" # noqa:Q000 +__version__ = "8.3.0" # noqa:Q000 diff --git a/docs/conf.py b/docs/conf.py index cd981b92..5890b293 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.2.1' +release = '8.3.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b872799d..5ac87dff 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.2.1" +version = "8.3.0" description = "Python library for CycloneDX" authors = [ "Paul Horton ",