Skip to content

Commit c361dae

Browse files
author
semantic-release
committed
chore(release): 6.1.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 81f8cf5 commit c361dae

File tree

4 files changed

+69
-3
lines changed

4 files changed

+69
-3
lines changed

CHANGELOG.md

+66
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,72 @@
22

33

44

5+
## v6.1.0 (2023-12-22)
6+
7+
### Chore
8+
9+
* chore: update maintainers
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`87c72d7`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/87c72d7f589faea67c5f90f041531468f8ae480c))
12+
13+
* chore(deps): bump python-semantic-release/python-semantic-release (#515)
14+
15+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.5.0 to 8.5.1.
16+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
17+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
18+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.5.0...v8.5.1)
19+
20+
---
21+
updated-dependencies:
22+
- dependency-name: python-semantic-release/python-semantic-release
23+
dependency-type: direct:production
24+
update-type: version-update:semver-patch
25+
...
26+
27+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
28+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`0f56ec4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0f56ec471268d0b27c5956b93021a982945873a2))
29+
30+
* chore(deps-dev): update coverage requirement from 7.3.2 to 7.3.3 (#517)
31+
32+
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
33+
- [Release notes](https://github.com/nedbat/coveragepy/releases)
34+
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
35+
- [Commits](https://github.com/nedbat/coveragepy/compare/7.3.2...7.3.3)
36+
37+
---
38+
updated-dependencies:
39+
- dependency-name: coverage
40+
dependency-type: direct:development
41+
...
42+
43+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
44+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`a57e2f6`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a57e2f6ee14d015e58e2175dcbb087d971731f92))
45+
46+
* chore(deps-dev): update isort requirement from 5.13.0 to 5.13.2 (#516)
47+
48+
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
49+
- [Release notes](https://github.com/pycqa/isort/releases)
50+
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
51+
- [Commits](https://github.com/pycqa/isort/compare/5.13.0...5.13.2)
52+
53+
---
54+
updated-dependencies:
55+
- dependency-name: isort
56+
dependency-type: direct:development
57+
...
58+
59+
Signed-off-by: dependabot[bot] &lt;[email protected]&gt;
60+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`84874a3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/84874a39610b0108335413da23f50b2911c20c78))
61+
62+
### Feature
63+
64+
* feat: add function to map python `hashlib` algorithms to CycloneDX (#519)
65+
66+
new API: `model.HashType.from_hashlib_alg()`
67+
68+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`81f8cf5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/81f8cf59b1f40ffbd213789a8b1b621a01e3f631))
69+
70+
571
## v6.0.0 (2023-12-10)
672

773
### Breaking

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

0 commit comments

Comments
 (0)