Skip to content

Commit b3dd930

Browse files
author
semantic-release
committed
chore(release): 6.4.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 1fd7fee commit b3dd930

File tree

4 files changed

+66
-3
lines changed

4 files changed

+66
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v6.4.1 (2024-01-30)
6+
7+
### Chore
8+
9+
* chore(deps-dev): update bandit requirement from 1.7.6 to 1.7.7 (#542)
10+
11+
Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version.
12+
- [Release notes](https://github.com/PyCQA/bandit/releases)
13+
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.6...1.7.7)
14+
15+
---
16+
updated-dependencies:
17+
- dependency-name: bandit
18+
dependency-type: direct:development
19+
...
20+
21+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
22+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`0d159c2`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0d159c29cab7cd57e2028a302ef24f1947de235d))
23+
24+
* chore(deps-dev): update coverage requirement from 7.4.0 to 7.4.1 (#541)
25+
26+
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
27+
- [Release notes](https://github.com/nedbat/coveragepy/releases)
28+
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
29+
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.1)
30+
31+
---
32+
updated-dependencies:
33+
- dependency-name: coverage
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; ([`fa82a24`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/fa82a2413f1aa350d16ad3ac0c5163da97e29e34))
39+
40+
### Documentation
41+
42+
* docs: ship docs with `sdist` build (#544)
43+
44+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`52ef01c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/52ef01c99319d5aed950e7f6ef6fcfe731ac8b2f))
45+
46+
* docs: refactor example
47+
48+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`c1776b7`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c1776b718b81cf72ef0c0251504e0d3631e30b17))
49+
50+
### Fix
51+
52+
* fix: `model.BomRef` no longer equal to unset peers (#543)
53+
54+
fixes [#539](https://github.com/CycloneDX/cyclonedx-python-lib/issues/539)
55+
56+
57+
---------
58+
59+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`1fd7fee`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1fd7fee9dec888c10087921f2e5a7a60062fb419))
60+
61+
### Unknown
62+
63+
* tests: fetched schema 1.5 test data from spec (#536)
64+
65+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`394cc87`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/394cc87b3247b6f57af4073f5548f1c5eada2b9b))
66+
67+
568
## v6.4.0 (2024-01-22)
669

770
### 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.4.0"
24+
__version__ = "6.4.1"

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

0 commit comments

Comments
 (0)