Skip to content

Commit

Permalink
3.11.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 11, 2023
1 parent 04a25b1 commit fe5ea31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v3.11.0 (2023-02-11)
### Feature
* Deprecated CLI command `cyclonedx-bom` prints deprecation warning on STDERR before execution ([#489](https://github.com/CycloneDX/cyclonedx-python/issues/489)) ([`2009236`](https://github.com/CycloneDX/cyclonedx-python/commit/2009236c537af212aab1d5907e02f2b003f3062c))

### Documentation
* Fix typo in CLI help page ([#490](https://github.com/CycloneDX/cyclonedx-python/issues/490)) ([`a8a8445`](https://github.com/CycloneDX/cyclonedx-python/commit/a8a844504494d10c217ba4739e6ff09b4ca34f67))
* Fix typos ([#482](https://github.com/CycloneDX/cyclonedx-python/issues/482)) ([`edbe3d4`](https://github.com/CycloneDX/cyclonedx-python/commit/edbe3d4e0ee62396ac10b42dd9ee5d6094817675))
* Fix shields ([#473](https://github.com/CycloneDX/cyclonedx-python/issues/473)) ([`e32b288`](https://github.com/CycloneDX/cyclonedx-python/commit/e32b28894a8859925f22a1f45aec8608e7cd8bc3))

## v3.10.1 (2022-12-15)
### Fix
* PURL for PyPI packages from 'conda list' have the correct format now ([#471](https://github.com/CycloneDX/cyclonedx-python/issues/471)) ([`1573064`](https://github.com/CycloneDX/cyclonedx-python/commit/157306483a21583d752714a77ad7d0c7395291e5))
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-bom"
version = "3.10.1"
version = "3.11.0"
description = "CycloneDX Software Bill of Materials (SBOM) generation utility"
authors = [
"Steven Springett <[email protected]>",
Expand Down

0 comments on commit fe5ea31

Please sign in to comment.