Skip to content

Commit 1bb1b17

Browse files
author
semantic-release
committed
chore(release): 7.5.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent b5ebcf8 commit 1bb1b17

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v7.5.0 (2024-07-04)
6+
7+
### Feature
8+
9+
* feat: add workaround property for v1.5 and v1.6 (#642)
10+
11+
Property `workaround` was missing from the vulnerability model. It was
12+
added in spec v1.5 and was marked as TODO before.
13+
14+
This is my first contribution on this project so if I done something
15+
wrong, just say me :smiley:
16+
17+
Signed-off-by: Louis Maillard &lt;[email protected]&gt;
18+
Signed-off-by: Louis Maillard &lt;[email protected]&gt;
19+
Co-authored-by: Louis Maillard &lt;[email protected]&gt; ([`b5ebcf8`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b5ebcf8104faf57030cbc5d8190c78524ab86431))
20+
21+
### Style
22+
23+
* style: model args - one per line (#643)
24+
25+
this should make future PR reviews easier, since adding new args in the
26+
middle will not cause complete code blocks to change, but is just a new
27+
line ...
28+
29+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`5b74b0f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5b74b0f3f29e6f1a14e1e97294fcc8a0a05f3245))
30+
31+
532
## v7.4.1 (2024-06-12)
633

734
### Chore

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
# !! version is managed by semantic_release
2222
# do not use typing here, or else `semantic_release` might have issues finding the variable
23-
__version__ = "7.4.1" # noqa:Q000
23+
__version__ = "7.5.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 = '7.4.1'
23+
release = '7.5.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 = "7.4.1"
8+
version = "7.5.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)