Skip to content

Commit 4961d76

Browse files
author
semantic-release
committed
chore(release): 5.2.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent e490429 commit 4961d76

File tree

4 files changed

+90
-3
lines changed

4 files changed

+90
-3
lines changed

CHANGELOG.md

+87
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,93 @@
22

33

44

5+
## v5.2.0 (2023-12-02)
6+
7+
### Chore
8+
9+
* chore(deps-dev): update mypy requirement from 1.7.0 to 1.7.1 (#487)
10+
11+
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
12+
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
13+
- [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1)
14+
15+
---
16+
updated-dependencies:
17+
- dependency-name: mypy
18+
dependency-type: direct:development
19+
...
20+
21+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
22+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`78957e6`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/78957e6592be2106de7933f5b54a0916194980e3))
23+
24+
* chore(deps-dev): update mypy requirement from 1.6.1 to 1.7.0 (#484)
25+
26+
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
27+
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
28+
- [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.0)
29+
30+
---
31+
updated-dependencies:
32+
- dependency-name: mypy
33+
dependency-type: direct:development
34+
...
35+
36+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
37+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`c716ba3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c716ba3751017e2f88367b660dbc11866c2feb1d))
38+
39+
* chore(deps-dev): update ddt requirement from 1.6.0 to 1.7.0 (#483)
40+
41+
Updates the requirements on [ddt](https://github.com/datadriventests/ddt) to permit the latest version.
42+
- [Release notes](https://github.com/datadriventests/ddt/releases)
43+
- [Commits](https://github.com/datadriventests/ddt/compare/1.6.0...1.7.0)
44+
45+
---
46+
updated-dependencies:
47+
- dependency-name: ddt
48+
dependency-type: direct:development
49+
...
50+
51+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
52+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`8a1f7b9`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/8a1f7b9678e888654a373965b7902428525f7d60))
53+
54+
* chore: mograte dev-dependencies to new poetry layout (#482)
55+
56+
see https://python-poetry.org/docs/managing-dependencies/#dependency-groups
57+
58+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`a85585c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a85585cf5e445ba5e67a027b4d1161911df6467d))
59+
60+
* chore(deps-dev): update flake8-isort requirement from 6.1.0 to 6.1.1 (#481)
61+
62+
Updates the requirements on [flake8-isort](https://github.com/gforcada/flake8-isort) to permit the latest version.
63+
- [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst)
64+
- [Commits](https://github.com/gforcada/flake8-isort/compare/6.1.0...6.1.1)
65+
66+
---
67+
updated-dependencies:
68+
- dependency-name: flake8-isort
69+
dependency-type: direct:development
70+
...
71+
72+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
73+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`fc74ddd`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/fc74dddc8add79be31d3747ddce9241bce2e4fed))
74+
75+
### Documentation
76+
77+
* docs: keywaords &amp; funding (#486)
78+
79+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`3189e59`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3189e59ff8e3d3d10f7b949b5a08397ff3d3642b))
80+
81+
### Feature
82+
83+
* feat: `model.XsUri` migrate control characters according to spec (#498)
84+
85+
fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/497
86+
87+
---------
88+
89+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`e490429`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e49042976f8577af4061c34394db270612488cdf))
90+
91+
592
## v5.1.1 (2023-11-02)
693

794
### Fix

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__ = "5.1.1"
24+
__version__ = "5.2.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 = '5.1.1'
23+
release = '5.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 = "5.1.1"
8+
version = "5.2.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)