From ac833a27ee2269d5a35bb5b32debb45e1784b45a Mon Sep 17 00:00:00 2001 From: phylum-bot <69485888+phylum-bot@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:12:39 +0000 Subject: [PATCH] chore: bump to v0.53.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883b5bf..590c687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,16 @@ and understanding. +## [v0.53.0](https://github.com/phylum-dev/phylum-ci/compare/v0.52.1...v0.53.0) (2024-11-26) + +### Features + +* Avoid github api calls during version check ([#505](https://github.com/phylum-dev/phylum-ci/pull/505)) ([`25d9c85`](https://github.com/phylum-dev/phylum-ci/commit/25d9c85ff644654e26470253abd8708274f4ef6b)) + +### Bug Fixes + +* `gradle` lockfile generation requires `javac` ([#507](https://github.com/phylum-dev/phylum-ci/pull/507)) ([`17994a6`](https://github.com/phylum-dev/phylum-ci/commit/17994a61291070d431697fe5fcc2215bd140e27f)) + ## [v0.52.1](https://github.com/phylum-dev/phylum-ci/compare/v0.52.0...v0.52.1) (2024-11-21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b740682..b95686b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "phylum" -version = "0.52.1" +version = "0.53.0" description = "Utilities for integrating Phylum into CI pipelines" license = "GPL-3.0-or-later" authors = ["Phylum, Inc. "]