Skip to content

Commit 0fde77e

Browse files
author
semantic-release
committed
chore(release): 10.0.2
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent dec7a62 commit 0fde77e

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# CHANGELOG
22

33

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] <[email protected]>
15+
16+
Signed-off-by: Jan Kowalleck <[email protected]>
17+
18+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19+
20+
Co-authored-by: Jan Kowalleck <[email protected]>
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+
427
## v10.0.1 (2025-05-10)
528

629
### Bug Fixes

cyclonedx/__init__.py

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

2323
# !! version is managed by semantic_release
2424
# 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# The full version, including alpha/beta/rc tags
2525
# !! version is managed by semantic_release
26-
release = '10.0.1'
26+
release = '10.0.2'
2727

2828
# -- General configuration ---------------------------------------------------
2929

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 = "10.0.1"
8+
version = "10.0.2"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)