Skip to content

Commit

Permalink
chore: bump to v0.37.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
phylum-bot committed Oct 19, 2023
1 parent feb3502 commit 3ddaa76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ However, some entries may be manually edited, where it helps for clarity and und

<!--next-version-placeholder-->

## v0.37.0 (2023-10-19)

### Feature

* Add Python 3.12 support and drop Python 3.8 support ([#335](https://github.com/phylum-dev/phylum-ci/issues/335)) ([`feb3502`](https://github.com/phylum-dev/phylum-ci/commit/feb35020ce1a49e50151422bd9e1b438d657c273))
* Enforce strict engine control for `npm` ([#336](https://github.com/phylum-dev/phylum-ci/issues/336)) ([`4e69e3e`](https://github.com/phylum-dev/phylum-ci/commit/4e69e3e6da19a5a67c7eb574539f79deeae2ebef))

### Breaking

* Support for Python 3.8 was removed due to the change in CONTRIBUTING policy to support only the current/latest release plus the previous three minor versions of Python. ([`feb3502`](https://github.com/phylum-dev/phylum-ci/commit/feb35020ce1a49e50151422bd9e1b438d657c273))

## v0.36.0 (2023-10-16)

### Feature
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.36.0"
version = "0.37.0"
description = "Utilities for integrating Phylum into CI pipelines (and beyond)"
license = "GPL-3.0-or-later"
authors = ["Phylum, Inc. <[email protected]>"]
Expand Down

0 comments on commit 3ddaa76

Please sign in to comment.