From 010dc04ea4dbdd9727b90a4373b9e6fbacd4f6b6 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:50:21 +0000 Subject: [PATCH] Prepare release v257 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e0c71e1..052e84eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v257] - 2024-09-24 + - Moved the SQLite3 install step prior to installing dependencies when using Pipenv. This now matches the behaviour when using pip and allows dependencies to actually use the headers. ([#1640](https://github.com/heroku/heroku-buildpack-python/pull/1640)) - Stopped exposing the `SKIP_PIP_INSTALL` env var to `bin/post_compile` and other subprocesses when using Pipenv. ([#1640](https://github.com/heroku/heroku-buildpack-python/pull/1640)) - Stopped creating `.heroku/python/requirements-{declared,installed}.txt` files when using pip. ([#1640](https://github.com/heroku/heroku-buildpack-python/pull/1640)) @@ -1037,7 +1040,8 @@ Default Python is now latest 2.7.10. Updated Pip and Distribute. - Setuptools updated to v16.0 - Pip updated to v7.0.1 -[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v256...main +[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v257...main +[v257]: https://github.com/heroku/heroku-buildpack-python/compare/v256...v257 [v256]: https://github.com/heroku/heroku-buildpack-python/compare/v255...v256 [v255]: https://github.com/heroku/heroku-buildpack-python/compare/v254...v255 [v254]: https://github.com/heroku/heroku-buildpack-python/compare/v253...v254