Skip to content

Commit 4df96c2

Browse files
Prepare release v263 (#1681)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent d8e2ed9 commit 4df96c2

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+
## [v263] - 2024-10-31
7+
58
- Fixed cache handling so that it now also discards the cache when the package manager (or its version) changes. ([#1679](https://github.com/heroku/heroku-buildpack-python/pull/1679))
69
- Improved the build log output shown when restoring or discarding the cache. For example, if the cache was invalidated all reasons are now shown. ([#1679](https://github.com/heroku/heroku-buildpack-python/pull/1679))
710
- Stopped performing unnecessary cache file copies when the cache is due to be invalidated. This required moving the cache restoration step to after the `bin/pre_compile` hook runs. ([#1679](https://github.com/heroku/heroku-buildpack-python/pull/1679))
@@ -1078,7 +1081,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
10781081
- Setuptools updated to v16.0
10791082
- pip updated to v7.0.1
10801083

1081-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v262...main
1084+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v263...main
1085+
[v263]: https://github.com/heroku/heroku-buildpack-python/compare/v262...v263
10821086
[v262]: https://github.com/heroku/heroku-buildpack-python/compare/v261...v262
10831087
[v261]: https://github.com/heroku/heroku-buildpack-python/compare/v260...v261
10841088
[v260]: https://github.com/heroku/heroku-buildpack-python/compare/v259...v260

0 commit comments

Comments
 (0)