File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.3.0] - 2025-08-01
11+
1012### Changed
1113
1214- Updated uv from 0.7.20 to 0.8.4. ([ #393 ] ( https://github.com/heroku/buildpacks-python/pull/393 ) )
@@ -393,7 +395,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
393395
394396- Initial implementation. ([ #3 ] ( https://github.com/heroku/buildpacks-python/pull/3 ) )
395397
396- [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v2.2.3...HEAD
398+ [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v2.3.0...HEAD
399+ [ 2.3.0 ] : https://github.com/heroku/buildpacks-python/compare/v2.2.3...v2.3.0
397400[ 2.2.3 ] : https://github.com/heroku/buildpacks-python/compare/v2.2.2...v2.2.3
398401[ 2.2.2 ] : https://github.com/heroku/buildpacks-python/compare/v2.2.1...v2.2.2
399402[ 2.2.1 ] : https://github.com/heroku/buildpacks-python/compare/v2.2.0...v2.2.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
22
33[buildpack ]
44id = " heroku/python"
5- version = " 2.2.3 "
5+ version = " 2.3.0 "
66name = " Heroku Python"
77homepage = " https://github.com/heroku/buildpacks-python"
88description = " Heroku's buildpack for Python applications."
You can’t perform that action at this time.
0 commit comments