From 70efbba91aafb9f6d2a40703735f56e0efbfab75 Mon Sep 17 00:00:00 2001 From: phylum-bot <69485888+phylum-bot@users.noreply.github.com> Date: Fri, 1 Jul 2022 19:54:14 +0000 Subject: [PATCH] chore: bump to v0.9.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba58767..c4762584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ However, some entries may be manually edited, where it helps for clarity and und +## v0.9.1 (2022-07-01) +### Fix +* Detect lockfile changes in GitHub PRs ([#73](https://github.com/phylum-dev/phylum-ci/issues/73)) ([`c119a4a`](https://github.com/phylum-dev/phylum-ci/commit/c119a4ae9f6446ae518bde6f2acb0a9354031434)) +* Apply total threshold to all risk domains ([#71](https://github.com/phylum-dev/phylum-ci/issues/71)) ([`0b19167`](https://github.com/phylum-dev/phylum-ci/commit/0b191676d63ece1c98b64e322ce0822af34c9bd8)) + ## v0.9.0 (2022-06-27) ### Feature * Add support for GitHub Actions CI environment ([#68](https://github.com/phylum-dev/phylum-ci/issues/68)) ([`b59da0a`](https://github.com/phylum-dev/phylum-ci/commit/b59da0a3fb6ba460536ecd25c115ee6e6df8e7a4)) diff --git a/pyproject.toml b/pyproject.toml index faa595c7..4562657f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "phylum" -version = "0.9.0" +version = "0.9.1" description = "Utilities for integrating Phylum into CI pipelines (and beyond)" license = "MIT" authors = ["Phylum, Inc. "]