From eb492e932cadab39bca28e142ea6ebc834eaf123 Mon Sep 17 00:00:00 2001 From: phylum-bot <69485888+phylum-bot@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:18:14 +0000 Subject: [PATCH] chore: bump to v0.52.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b47487..883b5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ and understanding. +## [v0.52.1](https://github.com/phylum-dev/phylum-ci/compare/v0.52.0...v0.52.1) (2024-11-21) + +### Bug Fixes + +* Account for analysis started in repo sub-dirs ([#504](https://github.com/phylum-dev/phylum-ci/pull/504)) ([`3055ce8`](https://github.com/phylum-dev/phylum-ci/commit/3055ce82d68a5efe1e2878e1a7bbdaa671f525f1)) +* Exit cleanly when no current dependencies ([#503](https://github.com/phylum-dev/phylum-ci/pull/503)) ([`d43a047`](https://github.com/phylum-dev/phylum-ci/commit/d43a047d5ac37f74d2a7d3434e605e135ce6d3c0)) + ## [v0.52.0](https://github.com/phylum-dev/phylum-ci/compare/v0.51.0...v0.52.0) (2024-11-07) ### Breaking diff --git a/pyproject.toml b/pyproject.toml index 9bc25e0..624e0a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "phylum" -version = "0.52.0" +version = "0.52.1" description = "Utilities for integrating Phylum into CI pipelines" license = "GPL-3.0-or-later" authors = ["Phylum, Inc. "]