File tree Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
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] < ; support@github.com > ;
22
+ Co-authored-by: dependabot[ bot] < ; 49699333+dependabot[ bot] @users .noreply.github.com> ; ([ ` 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 < ; 151086351+rcross-lc@users.noreply.github.com > ;
33
+ Signed-off-by: Jan Kowalleck < ; jan.kowalleck@gmail.com > ;
34
+ Co-authored-by: Jan Kowalleck < ; jan.kowalleck@gmail.com > ; ([ ` 22fa873 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/22fa8734bf1a3a8789ad7578bfa0c86cf0a49d4a ) )
35
+
36
+
5
37
## v6.4.2 (2024-03-01)
6
38
7
39
### Build
Original file line number Diff line number Diff line change 20
20
21
21
# !! version is managed by semantic_release
22
22
# 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
Original file line number Diff line number Diff line change 20
20
21
21
# The full version, including alpha/beta/rc tags
22
22
# !! version is managed by semantic_release
23
- release = '6.4.2 '
23
+ release = '6.4.3 '
24
24
25
25
# -- General configuration ---------------------------------------------------
26
26
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool .poetry ]
6
6
name = " cyclonedx-python-lib"
7
7
# !! version is managed by semantic_release
8
- version = " 6.4.2 "
8
+ version = " 6.4.3 "
9
9
description = " Python library for CycloneDX"
10
10
authors = [
11
11
" Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments