Skip to content

Commit 21d8671

Browse files
Prepare release v0.9.0 (#201)
## heroku/python ### Changed - Updated setuptools from 68.0.0 to 69.5.1. ([#200](#200)) - Updated wheel from 0.42.0 to 0.43.0. ([#179](#179)) - The buildpack now implements Buildpack API 0.10 instead of 0.9, and so requires `lifecycle` 0.17.x or newer. ([#197](#197)) - The buildpack's base image compatibility metadata is now declared using `[[targets]]` instead of `[[stacks]]`. ([#197](#197)) - Changed compression format and S3 URL for Python runtime archives. ([#197](#197)) ### Removed - Removed support for Python 3.7. ([#197](#197)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent fbdec87 commit 21d8671

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.9.0] - 2024-05-03
11+
1012
### Changed
1113

1214
- Updated setuptools from 68.0.0 to 69.5.1. ([#200](https://github.com/heroku/buildpacks-python/pull/200))
@@ -129,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129131

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

132-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.8.4...HEAD
134+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.9.0...HEAD
135+
[0.9.0]: https://github.com/heroku/buildpacks-python/compare/v0.8.4...v0.9.0
133136
[0.8.4]: https://github.com/heroku/buildpacks-python/compare/v0.8.3...v0.8.4
134137
[0.8.3]: https://github.com/heroku/buildpacks-python/compare/v0.8.2...v0.8.3
135138
[0.8.2]: https://github.com/heroku/buildpacks-python/compare/v0.8.1...v0.8.2

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.8.4"
5+
version = "0.9.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)