From 53233b49702ceb21ed761c23c069e37a95e0c44f Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:28:58 +0000 Subject: [PATCH] Prepare release v0.23.0 (#317) ## heroku/python ### Changed - Updated Poetry from 1.8.5 to 2.0.1. ([#316](https://github.com/heroku/buildpacks-python/pull/316)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1ab02..0eb1cba 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.23.0] - 2025-01-13 + ### Changed - Updated Poetry from 1.8.5 to 2.0.1. ([#316](https://github.com/heroku/buildpacks-python/pull/316)) @@ -282,7 +284,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.22.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/heroku/buildpacks-python/compare/v0.22.0...v0.23.0 [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 diff --git a/buildpack.toml b/buildpack.toml index 10dcf28..d897922 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "0.22.0" +version = "0.23.0" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."