From 4dbe64018cea9dacd4f2f45a488c69d1162b7d9b Mon Sep 17 00:00:00 2001 From: phylum-bot <69485888+phylum-bot@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:05:53 +0000 Subject: [PATCH] chore: bump to v0.35.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44217fc1..f45d05cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ However, some entries may be manually edited, where it helps for clarity and und +## v0.35.2 (2023-09-18) + +### Fix + +* Integrations should check for previous comments ([#305](https://github.com/phylum-dev/phylum-ci/issues/305)) ([`12e7445`](https://github.com/phylum-dev/phylum-ci/commit/12e74456ff061492a435860ab08cd370721b595d)) + ## v0.35.1 (2023-09-07) ### Fix diff --git a/pyproject.toml b/pyproject.toml index d305b4b4..c257833e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "phylum" -version = "0.35.1" +version = "0.35.2" description = "Utilities for integrating Phylum into CI pipelines (and beyond)" license = "GPL-3.0-or-later" authors = ["Phylum, Inc. "]