Skip to content

Commit d90b45c

Browse files
author
github-actions
committed
3.11.1
Automatically generated by python-semantic-release
1 parent ea233cb commit d90b45c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v3.11.1 (2023-07-12)
6+
7+
### Fix
8+
9+
* Fix typo in help page ([#552](https://github.com/CycloneDX/cyclonedx-python/issues/552)) ([`19bf41a`](https://github.com/CycloneDX/cyclonedx-python/commit/19bf41a52a698ee3ddee5fafc5d293ea3d9427be))
10+
511
## v3.11.0 (2023-02-11)
612
### Feature
713
* Deprecated CLI command `cyclonedx-bom` prints deprecation warning on STDERR before execution ([#489](https://github.com/CycloneDX/cyclonedx-python/issues/489)) ([`2009236`](https://github.com/CycloneDX/cyclonedx-python/commit/2009236c537af212aab1d5907e02f2b003f3062c))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cyclonedx-bom"
3-
version = "3.11.0"
3+
version = "3.11.1"
44
description = "CycloneDX Software Bill of Materials (SBOM) generation utility"
55
authors = [
66
"Steven Springett <[email protected]>",

0 commit comments

Comments
 (0)