Skip to content

Commit 53a59ae

Browse files
Prepare release v278 (#1760)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent bf280f4 commit 53a59ae

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+
## [v278] - 2025-02-24
7+
58
- Added build-time rewriting of editable VCS dependency paths (in addition to the existing run-time rewriting), to work around an upstream Pipenv bug with editable VCS dependencies not being reinstalled correctly for cached builds. ([#1756](https://github.com/heroku/heroku-buildpack-python/pull/1756))
69
- Changed the location of repositories for editable VCS dependencies when using pip and Pipenv, to improve build performance and match the behaviour when using Poetry. ([#1753](https://github.com/heroku/heroku-buildpack-python/pull/1753))
710

@@ -1170,7 +1173,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
11701173
- Setuptools updated to v16.0
11711174
- pip updated to v7.0.1
11721175

1173-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v277...main
1176+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v278...main
1177+
[v278]: https://github.com/heroku/heroku-buildpack-python/compare/v277...v278
11741178
[v277]: https://github.com/heroku/heroku-buildpack-python/compare/v276...v277
11751179
[v276]: https://github.com/heroku/heroku-buildpack-python/compare/v275...v276
11761180
[v275]: https://github.com/heroku/heroku-buildpack-python/compare/v274...v275

0 commit comments

Comments
 (0)