Skip to content

Commit 10c4ec2

Browse files
author
semantic-release
committed
chore(release): 8.1.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 6cfeb71 commit 10c4ec2

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v8.1.0 (2024-10-21)
6+
7+
### Documentation
8+
9+
* docs: fix code examples regarding outputting (#709)
10+
11+
12+
13+
Signed-off-by: Hakan Dilek &lt;[email protected]&gt; ([`c72d5f4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c72d5f483d5c1990fe643c4c25e37373d4d3248f))
14+
15+
### Feature
16+
17+
* feat: add support for Lifecycles in BOM metadata (#698)
18+
19+
20+
21+
---------
22+
23+
Signed-off-by: Johannes Feichtner &lt;[email protected]&gt;
24+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
25+
Signed-off-by: Johannes Feichtner &lt;[email protected]&gt;
26+
Co-authored-by: Jan Kowalleck &lt;[email protected]&gt; ([`6cfeb71`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6cfeb711f11aec8fa4d7be885f6797cc2eaa7e67))
27+
28+
529
## v8.0.0 (2024-10-14)
630

731
### Breaking

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.0.0" # noqa:Q000
25+
__version__ = "8.1.0" # noqa:Q000

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.0.0'
23+
release = '8.1.0'
2424

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

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

0 commit comments

Comments
 (0)