Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CycloneDX/cyclonedx-python-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
madpah committed Oct 19, 2021
2 parents b7fa38e + ad65564 commit 51a1e50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.9.0 (2021-10-19)
### Feature
* Add support for parsing package licenses when using the `Environment` Parsers ([`c414eaf`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c414eafde2abaca1005a2a0af6993fcdc17897d3))

## v0.8.3 (2021-10-14)
### Fix
* Coding standards violations ([`00cd1ca`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/00cd1ca20899b6861b1b959611a3556ffad36832))
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 = "0.8.3"
version = "0.9.0"
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
authors = ["Paul Horton <phorton@sonatype.com>"]
maintainers = ["Paul Horton <phorton@sonatype.com>"]
Expand Down

0 comments on commit 51a1e50

Please sign in to comment.