Skip to content

Commit 1a932a2

Browse files
author
semantic-release
committed
chore(release): 10.2.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent a97ccd4 commit 1a932a2

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v10.2.0 (2025-06-10)
6+
7+
### Bug Fixes
8+
9+
- `vulnerabilityscoresource.get_from_vector()` for `CVSS_V3_1` and `CVSS_V4`
10+
([#824](https://github.com/CycloneDX/cyclonedx-python-lib/pull/824),
11+
[`a97ccd4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a97ccd44f494f96dd11de950b16bce87f63b9f61))
12+
13+
### Features
14+
15+
- Add support for component's evidences according to spec
16+
([#810](https://github.com/CycloneDX/cyclonedx-python-lib/pull/810),
17+
[`3395fda`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3395fda371ea20c17a136fbb07302852fe97707a))
18+
19+
520
## v10.1.0 (2025-06-05)
621

722
### Features

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.1.0" # noqa:Q000
25+
__version__ = "10.2.0" # 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.1.0'
26+
release = '10.2.0'
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.1.0"
8+
version = "10.2.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)