Skip to content

Commit 8f81322

Browse files
author
semantic-release
committed
chore(release): 6.4.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent e1e7277 commit 8f81322

File tree

4 files changed

+71
-3
lines changed

4 files changed

+71
-3
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,74 @@
22

33

44

5+
## v6.4.0 (2024-01-22)
6+
7+
### Chore
8+
9+
* chore(deps-dev): update tox requirement from 4.12.0 to 4.12.1 (#533)
10+
11+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
12+
- [Release notes](https://github.com/tox-dev/tox/releases)
13+
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
14+
- [Commits](https://github.com/tox-dev/tox/compare/4.12.0...4.12.1)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: tox
19+
dependency-type: direct:development
20+
...
21+
22+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
23+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`74094d7`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/74094d70c15afdd9991f8b731d318f66b686cf62))
24+
25+
* chore(deps-dev): update flake8-bugbear requirement (#534)
26+
27+
Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
28+
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
29+
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.1.17)
30+
31+
---
32+
updated-dependencies:
33+
- dependency-name: flake8-bugbear
34+
dependency-type: direct:development
35+
...
36+
37+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
38+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`6e6f374`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6e6f374ba282a67c9458b414704a3d86f4b593b4))
39+
40+
* chore: doc flake8 config
41+
42+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`bd4c078`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/bd4c0781139bc93e28438390650ef1c7484597bb))
43+
44+
* chore(deps-dev): update tox requirement from 4.11.4 to 4.12.0 (#530)
45+
46+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
47+
- [Release notes](https://github.com/tox-dev/tox/releases)
48+
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
49+
- [Commits](https://github.com/tox-dev/tox/compare/4.11.4...4.12.0)
50+
51+
---
52+
updated-dependencies:
53+
- dependency-name: tox
54+
dependency-type: direct:development
55+
...
56+
57+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
58+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`130918a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/130918a78d003255f1d80e6fe2031752c3baa6d1))
59+
60+
### Documentation
61+
62+
* docs: add OpenSSF Best Practices shield (#532)
63+
64+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`59c4381`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/59c43814b07db0aa881d87192939eb93e79b0cc2))
65+
66+
### Feature
67+
68+
* feat: support `py-serializable` v1.0 (#531)
69+
70+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`e1e7277`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e1e72777d8a355c6854f4d9eb26c1e2083c806df))
71+
72+
573
## v6.3.0 (2024-01-06)
674

775
### Chore

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# !! version is managed by semantic_release
2222
# do not use typing here, or else `semantic_release` might have issues finding the variable
2323
# flake8: noqa
24-
__version__ = "6.3.0"
24+
__version__ = "6.4.0"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# The full version, including alpha/beta/rc tags
2222
# !! version is managed by semantic_release
23-
release = '6.3.0'
23+
release = '6.4.0'
2424

2525
# -- General configuration ---------------------------------------------------
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
8-
version = "6.3.0"
8+
version = "6.4.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)