Skip to content

Commit 947eb15

Browse files
Prepare release v318 (#1959)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent cde4b67 commit 947eb15

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+
## [v318] - 2025-11-12
7+
58
- Improved the error message shown when a `.python-version` file uses an unsupported file encoding. ([#1958](https://github.com/heroku/heroku-buildpack-python/pull/1958))
69
- Improved the error message shown when a `.python-version` or `runtime.txt` file contain an invalid Python version. ([#1958](https://github.com/heroku/heroku-buildpack-python/pull/1958))
710
- Added support for commented lines in `runtime.txt`, for parity with `.python-version`. ([#1958](https://github.com/heroku/heroku-buildpack-python/pull/1958))
@@ -1387,7 +1390,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
13871390
- Setuptools updated to v16.0
13881391
- pip updated to v7.0.1
13891392

1390-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v317...main
1393+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v318...main
1394+
[v318]: https://github.com/heroku/heroku-buildpack-python/compare/v317...v318
13911395
[v317]: https://github.com/heroku/heroku-buildpack-python/compare/v316...v317
13921396
[v316]: https://github.com/heroku/heroku-buildpack-python/compare/v315...v316
13931397
[v315]: https://github.com/heroku/heroku-buildpack-python/compare/v314...v315

0 commit comments

Comments
 (0)