Skip to content

Commit 209c357

Browse files
author
semantic-release
committed
chore(release): 6.4.2
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 6f81dfa commit 209c357

File tree

4 files changed

+113
-3
lines changed

4 files changed

+113
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v6.4.2 (2024-03-01)
6+
7+
### Build
8+
9+
* build: use poetry v1.8.1 (#560)
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`6f81dfa`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6f81dfaed32b76f251647f6291791e714ab158a3))
12+
13+
### Chore
14+
15+
* chore(deps-dev): update coverage requirement from 7.4.1 to 7.4.3 (#558)
16+
17+
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
18+
- [Release notes](https://github.com/nedbat/coveragepy/releases)
19+
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
20+
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.3)
21+
22+
---
23+
updated-dependencies:
24+
- dependency-name: coverage
25+
dependency-type: direct:development
26+
...
27+
28+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
29+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`2b7f261`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/2b7f261585faa6237e635b18d5ecaf03d81439ba))
30+
31+
* chore(deps): bump Gr1N/setup-poetry from 8 to 9 (#555)
32+
33+
Bumps [Gr1N/setup-poetry](https://github.com/gr1n/setup-poetry) from 8 to 9.
34+
- [Release notes](https://github.com/gr1n/setup-poetry/releases)
35+
- [Commits](https://github.com/gr1n/setup-poetry/compare/v8...v9)
36+
37+
---
38+
updated-dependencies:
39+
- dependency-name: Gr1N/setup-poetry
40+
dependency-type: direct:production
41+
update-type: version-update:semver-major
42+
...
43+
44+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
45+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`178ce32`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/178ce32c0da822b8f1b4d13b427d6f21ea252b59))
46+
47+
* chore(deps-dev): update tox requirement from 4.12.1 to 4.13.0 (#553)
48+
49+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
50+
- [Release notes](https://github.com/tox-dev/tox/releases)
51+
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
52+
- [Commits](https://github.com/tox-dev/tox/compare/4.12.1...4.13.0)
53+
54+
---
55+
updated-dependencies:
56+
- dependency-name: tox
57+
dependency-type: direct:development
58+
...
59+
60+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
61+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`77fb2ec`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/77fb2ec3593fac577a48894f329a77a7ac6d417c))
62+
63+
* chore(deps-dev): update flake8-quotes requirement from 3.3.2 to 3.4.0 (#552)
64+
65+
Updates the requirements on [flake8-quotes](https://github.com/zheller/flake8-quotes) to permit the latest version.
66+
- [Commits](https://github.com/zheller/flake8-quotes/compare/3.3.2...3.4.0)
67+
68+
---
69+
updated-dependencies:
70+
- dependency-name: flake8-quotes
71+
dependency-type: direct:development
72+
...
73+
74+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
75+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`cd8e67c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/cd8e67c15ae09a07f51f15855c1ae05734352f52))
76+
77+
* chore(deps-dev): update flake8-bugbear requirement (#549)
78+
79+
Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
80+
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
81+
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.1.17...24.2.6)
82+
83+
---
84+
updated-dependencies:
85+
- dependency-name: flake8-bugbear
86+
dependency-type: direct:development
87+
...
88+
89+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
90+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`153d83e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/153d83e5a18a2696d49884319fd156628a19cd7b))
91+
92+
### Documentation
93+
94+
* docs: update architecture description and examples (#550)
95+
96+
97+
98+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`a19fd28`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a19fd2828355ae031164ef7a0dda2a8ea2365108))
99+
100+
* docs: exclude internal docs from rendering (#545)
101+
102+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`7e55dfe`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/7e55dfe213cb2a88b3686f9e8bf93cf4642a2ccd))
103+
104+
### Unknown
105+
106+
* docs
107+
108+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`63cff7e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/63cff7ee697c9d5fb96da3c8c16f7c9bc7b34e58))
109+
110+
* docs (#546)
111+
112+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`b0e5b43`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b0e5b43880e17ec6ce23d5d4e1e7a9a2547c1e79))
113+
114+
5115
## v6.4.1 (2024-01-30)
6116

7117
### Chore

cyclonedx/__init__.py

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

2121
# !! version is managed by semantic_release
2222
# do not use typing here, or else `semantic_release` might have issues finding the variable
23-
__version__ = "6.4.1" # noqa:Q000
23+
__version__ = "6.4.2" # noqa:Q000

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.4.1'
23+
release = '6.4.2'
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.4.1"
8+
version = "6.4.2"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)