Skip to content

Commit e6451a3

Browse files
committed
0.10.1
Automatically generated by python-semantic-release
1 parent 48329e0 commit e6451a3

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+
## v0.10.1 (2021-10-21)
6+
### Fix
7+
* Ensure output to file is UTF-8 ([`a10da20`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a10da20865e90e9a0a5bb1e12fba9cfd23970c39))
8+
* Ensure output to file is UTF-8 ([`193bf64`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/193bf64cdb19bf6fb9662367402dcf7eaab8dd1a))
9+
510
## v0.10.0 (2021-10-20)
611
### Feature
712
* Add support for Conda ([`bd29c78`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/bd29c782d39a4956f482b9e4de20d7f829beefba))

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 = "0.10.0"
3+
version = "0.10.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)