Skip to content

Commit d8b133e

Browse files
author
semantic-release
committed
chore(release): 10.4.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent 6e8083a commit d8b133e

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v10.4.0 (2025-07-08)
6+
7+
### Bug Fixes
8+
9+
- Issue `DeprecationWarnings` for deprecated properties properly
10+
([#838](https://github.com/CycloneDX/cyclonedx-python-lib/pull/838),
11+
[`34a11aa`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/34a11aacf65a3be7766304e7ec3a009d2d8720d1))
12+
13+
- Removed meaningless pattern checks for CycloneDX 1.2 JSON schema
14+
([#843](https://github.com/CycloneDX/cyclonedx-python-lib/pull/843),
15+
[`6e8083a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6e8083a7adc626b6e420518c4919807574ad5f50))
16+
17+
### Features
18+
19+
- Decorate deprecated symbols ([#839](https://github.com/CycloneDX/cyclonedx-python-lib/pull/839),
20+
[`33daaf1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/33daaf1e93b0993cc5076874e1894d8c9fcd4df9))
21+
22+
- Validators return specific error classes
23+
([#840](https://github.com/CycloneDX/cyclonedx-python-lib/pull/840),
24+
[`23a0f72`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/23a0f72ef29428e712917efa3b083c858e60dc04))
25+
26+
527
## v10.3.0 (2025-06-30)
628

729
### Documentation

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

0 commit comments

Comments
 (0)