Skip to content

Commit bca1d77

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

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v8.3.0 (2024-10-26)
6+
7+
### Documentation
8+
9+
* docs: revisit examples readme (#725)
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`e9020f0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e9020f0b709a5245d1749d2811b8568f892869bb))
12+
13+
### Feature
14+
15+
* feat: add basic support for Definitions (#701)
16+
17+
18+
19+
---------
20+
21+
Signed-off-by: Hakan Dilek &lt;[email protected]&gt; ([`a1573e5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a1573e5af12bb54c7328c73971dc2c2f8d820c0a))
22+
23+
524
## v8.2.1 (2024-10-24)
625

726
### Fix

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

0 commit comments

Comments
 (0)