Skip to content

Commit 4a72f51

Browse files
author
github-actions
committed
4.0.1
Automatically generated by python-semantic-release
1 parent c8175bb commit 4a72f51

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## v4.0.1 (2023-06-28)
6+
7+
### Fix
8+
9+
* Conditional warning if no root dependencies were found ([#398](https://github.com/CycloneDX/cyclonedx-python-lib/issues/398)) ([`c8175bb`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c8175bb6aebac7f129d42d7a5a0ae928212c20cb))
10+
11+
### Documentation
12+
13+
* **examples:** README ([#399](https://github.com/CycloneDX/cyclonedx-python-lib/issues/399)) ([`1d262ba`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1d262ba57eab0d61b947fc293fc59c6234f19647))
14+
* Add exaple how to build and serialize ([#397](https://github.com/CycloneDX/cyclonedx-python-lib/issues/397)) ([`65e22bd`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/65e22bdc6a1a3fc02a6282146bc8fbc17ddb32fa))
15+
516
## v4.0.0 (2023-03-20)
617

718
### Breaking

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cyclonedx-python-lib"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <[email protected]>"]
66
maintainers = [

0 commit comments

Comments
 (0)