Skip to content

Commit 59c8f17

Browse files
author
semantic-release
committed
chore(release): 6.3.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 9f24220 commit 59c8f17

File tree

4 files changed

+53
-3
lines changed

4 files changed

+53
-3
lines changed

CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,56 @@
22

33

44

5+
## v6.3.0 (2024-01-06)
6+
7+
### Chore
8+
9+
* chore(deps-dev): update flake8 requirement from 6.1.0 to 7.0.0 (#528)
10+
11+
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
12+
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)
13+
14+
---
15+
updated-dependencies:
16+
- dependency-name: flake8
17+
dependency-type: direct:development
18+
...
19+
20+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
21+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`6b7ed78`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6b7ed786845d21bf079c0a636d9e689ce278644c))
22+
23+
* chore(deps-dev): update ddt requirement from 1.7.0 to 1.7.1 (#527)
24+
25+
Updates the requirements on [ddt](https://github.com/datadriventests/ddt) to permit the latest version.
26+
- [Release notes](https://github.com/datadriventests/ddt/releases)
27+
- [Commits](https://github.com/datadriventests/ddt/compare/1.7.0...1.7.1)
28+
29+
---
30+
updated-dependencies:
31+
- dependency-name: ddt
32+
dependency-type: direct:development
33+
...
34+
35+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
36+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`9a58e7e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/9a58e7ee921a077425ee45f23e9cfbb8341d7ef5))
37+
38+
### Documentation
39+
40+
* docs: add `Documentation` url to project meta
41+
42+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`1080b73`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1080b7387a0bbc49a067cd2efefb1545470947e5))
43+
44+
* docs: add `Documentation` url to project meta
45+
46+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`c4288b3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c4288b35e0e1050f0982f7492cfcd3bea34b445c))
47+
48+
### Feature
49+
50+
* feat: enable dependency `py-serializable 0.17` (#529)
51+
52+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`9f24220`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/9f24220029cd18cd191f63876899cd86be52dce1))
53+
54+
555
## v6.2.0 (2023-12-31)
656

757
### Build

cyclonedx/__init__.py

+1-1
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__ = "6.2.0"
24+
__version__ = "6.3.0"

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 = '6.2.0'
23+
release = '6.3.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 = "6.2.0"
8+
version = "6.3.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)