Skip to content

Commit e8bd5aa

Browse files
author
semantic-release
committed
chore(release): 6.4.3
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 22fa873 commit e8bd5aa

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v6.4.3 (2024-03-04)
6+
7+
### Chore
8+
9+
* chore(deps-dev): update ddt requirement from 1.7.1 to 1.7.2 (#563)
10+
11+
Updates the requirements on [ddt](https://github.com/datadriventests/ddt) to permit the latest version.
12+
- [Release notes](https://github.com/datadriventests/ddt/releases)
13+
- [Commits](https://github.com/datadriventests/ddt/compare/1.7.1...1.7.2)
14+
15+
---
16+
updated-dependencies:
17+
- dependency-name: ddt
18+
dependency-type: direct:development
19+
...
20+
21+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
22+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`53cb8a9`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/53cb8a9aa2630e992467525ff246a0f6e6759100))
23+
24+
### Fix
25+
26+
* fix: serialization of `model.component.Diff` (#557)
27+
28+
Fixes #556
29+
30+
---------
31+
32+
Signed-off-by: rcross-lc &lt;151086351+rcross-lc@users.noreply.github.com&gt;
33+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt;
34+
Co-authored-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`22fa873`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/22fa8734bf1a3a8789ad7578bfa0c86cf0a49d4a))
35+
36+
537
## v6.4.2 (2024-03-01)
638

739
### Build

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.2" # noqa:Q000
23+
__version__ = "6.4.3" # 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.2'
23+
release = '6.4.3'
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.2"
8+
version = "6.4.3"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <phorton@sonatype.com>",

0 commit comments

Comments
 (0)