Skip to content

Commit f78d608

Browse files
committed
2.1.1
Automatically generated by python-semantic-release
1 parent 6f7e09a commit f78d608

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

5+
## v2.1.1 (2022-04-05)
6+
### Fix
7+
* Prevent error if `version` not set ([`b9a84b5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b9a84b5b39fe6cb1560764e86f8bd144f2a901e3))
8+
* `version` being optional in JSON output can raise error ([`ba0c82f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ba0c82fbde7ba47502c45caf4fa89e9e4381f482))
9+
510
## v2.1.0 (2022-03-28)
611
### Feature
712
* Output errors are verbose ([`bfe8fb1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/bfe8fb18825251fd9f146458122aa06137ec27c0))

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-python-lib"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <[email protected]>"]
66
maintainers = ["Paul Horton <[email protected]>"]

0 commit comments

Comments
 (0)