File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v10.0.2 (2025-06-02)
5
+
6
+ ### Bug Fixes
7
+
8
+ - ` model.bommetadata.component ` setter typehint
9
+ ([ #817 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/817 ) ,
10
+ [ ` bfe889a ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/bfe889a174536303939822404f77158c5c1fb668 ) )
11
+
12
+ ---------
13
+
14
+ Signed-off-by: dependabot[ bot] < support@github.com >
15
+
16
+ Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com >
17
+
18
+ Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.github.com>
19
+
20
+ Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com >
21
+
22
+ - ` model.bommetadata.component ` setter typehint
23
+ ([ #817 ] ( https://github.com/CycloneDX/cyclonedx-python-lib/pull/817 ) ,
24
+ [ ` bfe889a ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/bfe889a174536303939822404f77158c5c1fb668 ) )
25
+
26
+
4
27
## v10.0.1 (2025-05-10)
5
28
6
29
### Bug Fixes
Original file line number Diff line number Diff line change 22
22
23
23
# !! version is managed by semantic_release
24
24
# do not use typing here, or else `semantic_release` might have issues finding the variable
25
- __version__ = "10.0.1 " # noqa:Q000
25
+ __version__ = "10.0.2 " # noqa:Q000
Original file line number Diff line number Diff line change 23
23
24
24
# The full version, including alpha/beta/rc tags
25
25
# !! version is managed by semantic_release
26
- release = '10.0.1 '
26
+ release = '10.0.2 '
27
27
28
28
# -- General configuration ---------------------------------------------------
29
29
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 = " 10.0.1 "
8
+ version = " 10.0.2 "
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