Skip to content

Commit 5523909

Browse files
committed
1.0.5
Automatically generated by python-semantic-release
1 parent f57ab1a commit 5523909

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.0.5 (2021-09-27)
6+
### Fix
7+
* Handle `requirements.txt` which contain dependencies without a version statement and warn that they cannot be included in the resulting CycloneDX BOM ([`e637e56`](https://github.com/CycloneDX/cyclonedx-python/commit/e637e56cada6d841dae193c106647b0b03a4e776))
8+
59
## v1.0.4 (2021-09-27)
610
### Fix
711
* Error message when `requirements.txt` file is non-existent updated ([`3bbc071`](https://github.com/CycloneDX/cyclonedx-python/commit/3bbc071a1ff26599bd9eb3220de38bd9c58fa294))

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.0.4"
3+
version = "1.0.5"
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)