Skip to content

Commit

Permalink
chore: bump to v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phylum-bot committed Oct 9, 2024
1 parent 83538a0 commit 880208f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ and understanding.
[conventional commits]: https://www.conventionalcommits.org
[Python Semantic Release]: https://python-semantic-release.readthedocs.io/en/latest/index.html

## [v0.51.0](https://github.com/phylum-dev/phylum-ci/compare/v0.50.0...v0.51.0) (2024-10-09)

### Feature

* Add windows standalone archive install option ([#481](https://github.com/phylum-dev/phylum-ci/pull/481)) ([`83538a0`](https://github.com/phylum-dev/phylum-ci/commit/83538a03368330e04a9dfa49074b435c10b012ce))

### Fix

* Include `phylum-ci.exe` in release artifacts ([#477](https://github.com/phylum-dev/phylum-ci/pull/477)) ([`23c1e28`](https://github.com/phylum-dev/phylum-ci/commit/23c1e286aa52780c36dd715b56cf4682566e11ad))

## [v0.50.0](https://github.com/phylum-dev/phylum-ci/compare/v0.49.0...v0.50.0) (2024-10-02)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "phylum"
version = "0.50.0"
version = "0.51.0"
description = "Utilities for integrating Phylum into CI pipelines"
license = "GPL-3.0-or-later"
authors = ["Phylum, Inc. <[email protected]>"]
Expand Down

0 comments on commit 880208f

Please sign in to comment.