From 8f81322ebdb6614569ab9301a76f7354fdd0051b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 22 Jan 2024 12:35:31 +0000 Subject: [PATCH] chore(release): 6.4.0 Automatically generated by python-semantic-release Signed-off-by: semantic-release --- CHANGELOG.md | 68 +++++++++++++++++++++++++++++++++++++++++++ cyclonedx/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 71 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8b6837..a6cd931b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,74 @@ +## v6.4.0 (2024-01-22) + +### Chore + +* chore(deps-dev): update tox requirement from 4.12.0 to 4.12.1 (#533) + +Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. +- [Release notes](https://github.com/tox-dev/tox/releases) +- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) +- [Commits](https://github.com/tox-dev/tox/compare/4.12.0...4.12.1) + +--- +updated-dependencies: +- dependency-name: tox + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`74094d7`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/74094d70c15afdd9991f8b731d318f66b686cf62)) + +* chore(deps-dev): update flake8-bugbear requirement (#534) + +Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. +- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) +- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.1.17) + +--- +updated-dependencies: +- dependency-name: flake8-bugbear + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e6f374`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6e6f374ba282a67c9458b414704a3d86f4b593b4)) + +* chore: doc flake8 config + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`bd4c078`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/bd4c0781139bc93e28438390650ef1c7484597bb)) + +* chore(deps-dev): update tox requirement from 4.11.4 to 4.12.0 (#530) + +Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. +- [Release notes](https://github.com/tox-dev/tox/releases) +- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) +- [Commits](https://github.com/tox-dev/tox/compare/4.11.4...4.12.0) + +--- +updated-dependencies: +- dependency-name: tox + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`130918a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/130918a78d003255f1d80e6fe2031752c3baa6d1)) + +### Documentation + +* docs: add OpenSSF Best Practices shield (#532) + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`59c4381`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/59c43814b07db0aa881d87192939eb93e79b0cc2)) + +### Feature + +* feat: support `py-serializable` v1.0 (#531) + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`e1e7277`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e1e72777d8a355c6854f4d9eb26c1e2083c806df)) + + ## v6.3.0 (2024-01-06) ### Chore diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index d0eadaa1..ca7ecf89 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.3.0" +__version__ = "6.4.0" diff --git a/docs/conf.py b/docs/conf.py index f618dc22..ba096304 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.3.0' +release = '6.4.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 8c430372..e7b6fd64 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.3.0" +version = "6.4.0" description = "Python library for CycloneDX" authors = [ "Paul Horton ",