Skip to content

Commit 5a6ec71

Browse files
Prepare release v259 (#1659)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 42499ff commit 5a6ec71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [v259] - 2024-10-09
7+
58
- Improved build log output about the detected Python version. ([#1658](https://github.com/heroku/heroku-buildpack-python/pull/1658))
69
- Improved error messages shown when the requested Python version is not a valid version string or is for an unknown/non-existent major Python version. ([#1658](https://github.com/heroku/heroku-buildpack-python/pull/1658))
710
- Improved error messages shown when `Pipfile.lock` is not valid JSON. ([#1658](https://github.com/heroku/heroku-buildpack-python/pull/1658))
@@ -1055,7 +1058,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
10551058
- Setuptools updated to v16.0
10561059
- pip updated to v7.0.1
10571060

1058-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v258...main
1061+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v259...main
1062+
[v259]: https://github.com/heroku/heroku-buildpack-python/compare/v258...v259
10591063
[v258]: https://github.com/heroku/heroku-buildpack-python/compare/v257...v258
10601064
[v257]: https://github.com/heroku/heroku-buildpack-python/compare/v256...v257
10611065
[v256]: https://github.com/heroku/heroku-buildpack-python/compare/v255...v256

0 commit comments

Comments
 (0)