From 3bbce9459cdc06664b058d2c099bda7159d9ecee Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:44:08 +0100 Subject: [PATCH] Prepare release v0.6.0 (#102) ## heroku/python ### Changed - Updated the default Python version from 3.11.4 to 3.11.5. ([#101](https://github.com/heroku/buildpacks-python/pull/101)) ### Removed - Removed support for Salesforce Functions. ([#83](https://github.com/heroku/buildpacks-python/pull/83)) Co-authored-by: edmorley --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e60f94..fa21825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2023-08-25 + ### Changed - 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 - Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3)) -[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.5.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/heroku/buildpacks-python/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/heroku/buildpacks-python/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/heroku/buildpacks-python/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/heroku/buildpacks-python/compare/v0.2.0...v0.3.0 diff --git a/buildpack.toml b/buildpack.toml index d89ea4a..bcb3bbd 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/python" -version = "0.5.0" +version = "0.6.0" name = "Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's official Python Cloud Native Buildpack."