From 59c8f1711817a429cd78c53278b64aebd686ca1c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 6 Jan 2024 23:14:05 +0000 Subject: [PATCH] chore(release): 6.3.0 Automatically generated by python-semantic-release Signed-off-by: semantic-release --- CHANGELOG.md | 50 +++++++++++++++++++++++++++++++++++++++++++ cyclonedx/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 53 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e873c50..7d8b6837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,56 @@ +## v6.3.0 (2024-01-06) + +### Chore + +* chore(deps-dev): update flake8 requirement from 6.1.0 to 7.0.0 (#528) + +Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. +- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) + +--- +updated-dependencies: +- dependency-name: flake8 + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6b7ed78`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6b7ed786845d21bf079c0a636d9e689ce278644c)) + +* chore(deps-dev): update ddt requirement from 1.7.0 to 1.7.1 (#527) + +Updates the requirements on [ddt](https://github.com/datadriventests/ddt) to permit the latest version. +- [Release notes](https://github.com/datadriventests/ddt/releases) +- [Commits](https://github.com/datadriventests/ddt/compare/1.7.0...1.7.1) + +--- +updated-dependencies: +- dependency-name: ddt + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9a58e7e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/9a58e7ee921a077425ee45f23e9cfbb8341d7ef5)) + +### Documentation + +* docs: add `Documentation` url to project meta + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`1080b73`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1080b7387a0bbc49a067cd2efefb1545470947e5)) + +* docs: add `Documentation` url to project meta + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`c4288b3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c4288b35e0e1050f0982f7492cfcd3bea34b445c)) + +### Feature + +* feat: enable dependency `py-serializable 0.17` (#529) + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`9f24220`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/9f24220029cd18cd191f63876899cd86be52dce1)) + + ## v6.2.0 (2023-12-31) ### Build diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index af66a307..d0eadaa1 100644 --- a/cyclonedx/__init__.py +++ b/cyclonedx/__init__.py @@ -21,4 +21,4 @@ # !! version is managed by semantic_release # do not use typing here, or else `semantic_release` might have issues finding the variable # flake8: noqa -__version__ = "6.2.0" +__version__ = "6.3.0" diff --git a/docs/conf.py b/docs/conf.py index fe0a8320..f618dc22 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # The full version, including alpha/beta/rc tags # !! version is managed by semantic_release -release = '6.2.0' +release = '6.3.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 66a59508..16feb1b4 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 = "6.2.0" +version = "6.3.0" description = "Python library for CycloneDX" authors = [ "Paul Horton ",