Skip to content

Commit b777901

Browse files
author
semantic-release
committed
chore(release): 5.0.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent aae7304 commit b777901

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v5.0.1 (2023-10-24)
6+
7+
### Chore
8+
9+
* chore(deps): bump python-semantic-release/python-semantic-release (#474)
10+
11+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.0.8 to 8.3.0.
12+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
13+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
14+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.0.8...v8.3.0)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: python-semantic-release/python-semantic-release
19+
dependency-type: direct:production
20+
update-type: version-update:semver-minor
21+
...
22+
23+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
24+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`9c3ffac`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/9c3ffac34e89610ccc4f9701444127e1e6f5ee07))
25+
26+
* chore: make `pyproject` parsable by dependabot (#477)
27+
28+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`c4eaaa5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c4eaaa54d98da43d0cdbb19b5f61e06a21f1cc58))
29+
30+
### Documentation
31+
32+
* docs: revisit project meta (#475)
33+
34+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`c3254d0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c3254d055f3cda96d2849222a0bba7be8cf486a3))
35+
36+
* docs: fix RTFD build (#476)
37+
38+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`b9fcfb4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b9fcfb40af366fdee7258ccb720e0fad27994824))
39+
40+
### Unknown
41+
42+
* &#34;chore(deps): revert bump python-semantic-release/python-semantic-release (#474)&#34;
43+
44+
This reverts commit 9c3ffac34e89610ccc4f9701444127e1e6f5ee07.
45+
46+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`aae7304`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/aae73048c7aebe5920ec888225bdbde08111601b))
47+
48+
549
## v5.0.0 (2023-10-24)
650

751
### Breaking

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# !! version is managed by semantic_release
2222
# do not use typing here, or else `semantic_release` might have issues finding the variable
2323
# flake8: noqa
24-
__version__ = "5.0.0"
24+
__version__ = "5.0.1"

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 = '5.0.0'
23+
release = '5.0.1'
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 = "5.0.0"
8+
version = "5.0.1"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <phorton@sonatype.com>",

0 commit comments

Comments
 (0)