Skip to content

Commit 564076b

Browse files
committed
1.4.0
Automatically generated by python-semantic-release
1 parent c3709af commit 564076b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.4.0 (2021-10-21)
6+
### Feature
7+
* Add conda support (bump cyclonedx-python-lib to ^0.10.0) ([`cb24275`](https://github.com/CycloneDX/cyclonedx-python/commit/cb24275f3e8716244de2b4ef0a046b879fa88ba5))
8+
9+
### Fix
10+
* Encoding issues on Windows (bump cyclonedx-python-lib to ^0.10.2) ([`da6772b`](https://github.com/CycloneDX/cyclonedx-python/commit/da6772be89ad923b1d8df6dd3b2a89c6e5805571))
11+
* Encoding issues on Windows (bump cyclonedx-python-lib to ^0.10.1) ([`fe5df36`](https://github.com/CycloneDX/cyclonedx-python/commit/fe5df3607157b2f24854ef1f69457f163d79a093))
12+
513
## v1.3.1 (2021-10-19)
614
### Fix
715
* Bump to cyclonedx-python-lib to resolve issue #244 ([`ebea3ef`](https://github.com/CycloneDX/cyclonedx-python/commit/ebea3ef47e917479a7474489bb274b5fa9704375))

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 = "1.3.1"
3+
version = "1.4.0"
44
description = "CycloneDX Software Bill of Materials (SBOM) generation utility"
55
authors = ["Steven Springett <[email protected]>", "Paul Horton <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)