Skip to content

Commit 48b5bc3

Browse files
author
semantic-release
committed
chore(release): 8.0.0-rc.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 733ba0e commit 48b5bc3

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

CHANGELOG.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22

33

44

5-
## v8.0.0-alpha.1 (2024-09-23)
5+
## v8.0.0-rc.1 (2024-09-25)
66

77
### Chore
88

9-
* chore: trusted publishing
9+
* chore(dev-deps): use `tomli` (#685)
1010

11-
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`ce23b0f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ce23b0f73f65a868b74de47a50d1e383a6f705d6))
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`733ba0e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/733ba0ebefc7d913290ce32d999620332551e50a))
12+
13+
* chore: trusted publishing (#682)
14+
15+
fixes #681
16+
17+
---------
18+
19+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
20+
Signed-off-by: semantic-release &lt;[email protected]&gt;
21+
Co-authored-by: semantic-release &lt;[email protected]&gt; ([`96386cc`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/96386cc88a65f85c7040400dd739aecde7f4d184))
22+
23+
### Documentation
24+
25+
* docs: migrate to v8.0.0 (#684)
26+
27+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`0ac84d7`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0ac84d76f2e526f329937ab004480405492e7417))
1228

1329
### Fix
1430

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

0 commit comments

Comments
 (0)