From 2563940c50ad06796e6551a61433b7c6763b0dca Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:08:35 +0000 Subject: [PATCH] Prepare release v0.22.0 ## heroku/python ### Removed - Removed support for Python 3.8. ([#313](https://github.com/heroku/buildpacks-python/pull/313)) ### Changed - Deprecated support for Python 3.9. ([#314](https://github.com/heroku/buildpacks-python/pull/314)) - Buildpack detection now recognises more Python-related file and directory names. ([#312](https://github.com/heroku/buildpacks-python/pull/312)) - Improved the error messages shown for EOL or unrecognised major Python versions. ([#313](https://github.com/heroku/buildpacks-python/pull/313)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d497d8f..047f678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0] - 2025-01-08 + ### Removed - Removed support for Python 3.8. ([#313](https://github.com/heroku/buildpacks-python/pull/313)) @@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3)) -[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.21.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.22.0...HEAD +[0.22.0]: https://github.com/heroku/buildpacks-python/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/heroku/buildpacks-python/compare/v0.20.1...v0.21.0 [0.20.1]: https://github.com/heroku/buildpacks-python/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/heroku/buildpacks-python/compare/v0.19.2...v0.20.0 diff --git a/buildpack.toml b/buildpack.toml index a58731a..10dcf28 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "0.21.0" +version = "0.22.0" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."