Skip to content

Commit 3bbce94

Browse files
Prepare release v0.6.0 (#102)
## heroku/python ### Changed - Updated the default Python version from 3.11.4 to 3.11.5. ([#101](#101)) ### Removed - Removed support for Salesforce Functions. ([#83](#83)) Co-authored-by: edmorley <edmorley@users.noreply.github.com>
1 parent c8e917c commit 3bbce94

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.6.0] - 2023-08-25
11+
1012
### Changed
1113

1214
- Updated the default Python version from 3.11.4 to 3.11.5. ([#101](https://github.com/heroku/buildpacks-python/pull/101))
@@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5860

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

61-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.5.0...HEAD
63+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.6.0...HEAD
64+
[0.6.0]: https://github.com/heroku/buildpacks-python/compare/v0.5.0...v0.6.0
6265
[0.5.0]: https://github.com/heroku/buildpacks-python/compare/v0.4.0...v0.5.0
6366
[0.4.0]: https://github.com/heroku/buildpacks-python/compare/v0.3.0...v0.4.0
6467
[0.3.0]: https://github.com/heroku/buildpacks-python/compare/v0.2.0...v0.3.0

buildpack.toml

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

33
[buildpack]
44
id = "heroku/python"
5-
version = "0.5.0"
5+
version = "0.6.0"
66
name = "Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's official Python Cloud Native Buildpack."

0 commit comments

Comments
 (0)