Skip to content

Commit b8cbb59

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

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33

44

5+
## v8.5.1 (2025-01-28)
6+
7+
### Documentation
8+
9+
* docs: responsibilities &amp; capabilities (#763)
10+
11+
12+
13+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`ab4ae45`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ab4ae4578555f010914d7e904133dd478d7c80c1))
14+
15+
* docs: Fix typos in in conda-forge.md and remove unused reference in README (#762)
16+
17+
- Fix few typos in conda-forge.md
18+
- Removed unused PEP-508 ref in README.md
19+
20+
Signed-off-by: Arthit Suriyawongkul &lt;[email protected]&gt; ([`66ece7a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/66ece7ae0042740a541ceed3048b89c4f2b24145))
21+
22+
* docs: modernize docstrings for CDX1.6 (#759)
23+
24+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`fb9a42e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/fb9a42ef9bda6407ddf4c49e75d10aa0fc91e46d))
25+
26+
### Feature
27+
28+
* feat: couple classes and their serializes (#757)
29+
30+
Deprecates `.serialization.BomRefHelper` and
31+
`.serialization.LicenseRepositoryHelper`
32+
33+
fixes #756
34+
35+
---------
36+
37+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`6003feb`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6003febaa032969732ee246deb739d1e13bae581))
38+
39+
540
## v8.5.0 (2024-11-18)
641

742
### Documentation

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.5.0" # noqa:Q000
25+
__version__ = "8.5.1" # noqa:Q000

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# The full version, including alpha/beta/rc tags
2525
# !! version is managed by semantic_release
26-
release = '8.5.0'
26+
release = '8.5.1'
2727

2828
# -- General configuration ---------------------------------------------------
2929

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.5.0"
8+
version = "8.5.1"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)