Skip to content

Commit 92c77a6

Browse files
Prepare release v0.13.0 (#239)
## heroku/python ### Changed - Stopped manually creating a `src` directory inside the Pip dependencies layer. Pip will create the directory itself if needed (when there are editable VCS dependencies). ([#228](#228)) - Stopped setting `CPATH` and `PKG_CONFIG_PATH` at launch time. ([#231](#231)) - The `bin` directory in the Pip dependencies layer is now always added to `PATH` instead of only when an installed dependency has an entry point script. ([#232](#232)) - The Pip cache layer is now exposed to Pip invocations in later buildpacks. ([#234](#234)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 8c5a39e commit 92c77a6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
## [0.13.0] - 2024-08-01
11+
1012
### Changed
1113

1214
- Stopped manually creating a `src` directory inside the Pip dependencies layer. Pip will create the directory itself if needed (when there are editable VCS dependencies). ([#228](https://github.com/heroku/buildpacks-python/pull/228))
@@ -167,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167169

168170
- Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3))
169171

170-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.12.1...HEAD
172+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.13.0...HEAD
173+
[0.13.0]: https://github.com/heroku/buildpacks-python/compare/v0.12.1...v0.13.0
171174
[0.12.1]: https://github.com/heroku/buildpacks-python/compare/v0.12.0...v0.12.1
172175
[0.12.0]: https://github.com/heroku/buildpacks-python/compare/v0.11.0...v0.12.0
173176
[0.11.0]: https://github.com/heroku/buildpacks-python/compare/v0.10.0...v0.11.0

buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/python"
5-
version = "0.12.1"
5+
version = "0.13.0"
66
name = "Heroku Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's buildpack for Python applications."

0 commit comments

Comments
 (0)