Skip to content

Commit aa86ab7

Browse files
author
github-actions
committed
chore(release): 4.2.2
Automatically generated by python-semantic-release
1 parent 3a1a8a5 commit aa86ab7

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v4.2.2 (2023-09-14)
6+
7+
### Chore
8+
9+
* chore: dont lock poetry (#431)
10+
11+
fixes #430
12+
13+
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`49b144b`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/49b144be519705b03adc510ddcc6b9e4504b7a40))
14+
15+
* chore(deps): bump actions/checkout from 3 to 4 (#429)
16+
17+
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
18+
- [Release notes](https://github.com/actions/checkout/releases)
19+
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
20+
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
21+
22+
---
23+
updated-dependencies:
24+
- dependency-name: actions/checkout
25+
dependency-type: direct:production
26+
update-type: version-update:semver-major
27+
...
28+
29+
Signed-off-by: dependabot[bot] <support@github.com>
30+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a70754d`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a70754d602e109538c06e06e59f563953c21ab1b))
31+
32+
### Documentation
33+
34+
* docs: fix shield in README
35+
36+
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`6a941b1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6a941b1ef5cc0f9e956173cce7e9da57e8c6bf22))
37+
38+
* docs(example): showcase `LicenseChoiceFactory` (#428)
39+
40+
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`c56ec83`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c56ec8395dd203ac41fa6f4c43970a50c0e80efb))
41+
42+
### Fix
43+
44+
* fix: ship meta files (#434)
45+
46+
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`3a1a8a5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3a1a8a5c1cbe8d8989b4cb335269a02b5c6d4f38))
47+
48+
549
## v4.2.1 (2023-09-06)
650

751
### Fix

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__ = "4.2.1"
23+
__version__ = "4.2.2"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# The full version, including alpha/beta/rc tags
2424
# !! version is managed by semantic_release
25-
release = '4.2.1'
25+
release = '4.2.2'
2626

2727
# -- General configuration ---------------------------------------------------
2828

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 = "4.2.1"
8+
version = "4.2.2"
99
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
1010
authors = ["Paul Horton <phorton@sonatype.com>"]
1111
maintainers = [

0 commit comments

Comments
 (0)