Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 28, 2023
1 parent c8175bb commit 4a72f51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v4.0.1 (2023-06-28)

### Fix

* 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))

### Documentation

* **examples:** README ([#399](https://github.com/CycloneDX/cyclonedx-python-lib/issues/399)) ([`1d262ba`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1d262ba57eab0d61b947fc293fc59c6234f19647))
* 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))

## v4.0.0 (2023-03-20)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyclonedx-python-lib"
version = "4.0.0"
version = "4.0.1"
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
authors = ["Paul Horton <phorton@sonatype.com>"]
maintainers = [
Expand Down

0 comments on commit 4a72f51

Please sign in to comment.