From da1fa85a4ac847d71cb4ca20370ba94139e9ddfc Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:38:53 +0000 Subject: [PATCH] Prepare release v3.0.1 ## heroku/python ### Changed - Updated uv from 0.9.14 to 0.9.17. ([#482](https://github.com/heroku/buildpacks-python/pull/482)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 876d2c8..49365b6 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] +## [3.0.1] - 2025-12-10 + ### Changed - Updated uv from 0.9.14 to 0.9.17. ([#482](https://github.com/heroku/buildpacks-python/pull/482)) @@ -527,7 +529,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/v3.0.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/heroku/buildpacks-python/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/heroku/buildpacks-python/compare/v2.8.1...v3.0.0 [2.8.1]: https://github.com/heroku/buildpacks-python/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/heroku/buildpacks-python/compare/v2.7.4...v2.8.0 diff --git a/buildpack.toml b/buildpack.toml index 714b912..8f8d6e5 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "3.0.0" +version = "3.0.1" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."