Skip to content

Commit e2ce42c

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

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
## v8.2.0 (2024-10-22)
6+
7+
### Feature
8+
9+
* feat: Add Python 3.13 support (#718)
10+
11+
Signed-off-by: gruebel &lt;[email protected]&gt; ([`d4be3ba`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/d4be3ba6b3ccc65553a7dd10ad559c1eddfbb19b))
12+
13+
514
## v8.1.0 (2024-10-21)
615

716
### Documentation

cyclonedx/__init__.py

+1-1
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.1.0" # noqa:Q000
25+
__version__ = "8.2.0" # noqa:Q000

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# The full version, including alpha/beta/rc tags
2222
# !! version is managed by semantic_release
23-
release = '8.1.0'
23+
release = '8.2.0'
2424

2525
# -- General configuration ---------------------------------------------------
2626

pyproject.toml

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

0 commit comments

Comments
 (0)