From 542e7a7219c62ef5205273353766eb5de99094a4 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:39:41 +0000 Subject: [PATCH] Prepare release v3.1.2 (#236) ## heroku/procfile ### Changed - Upgraded Rust dependencies. ([#232](https://github.com/heroku/buildpacks-procfile/pull/232) and [#235](https://github.com/heroku/buildpacks-procfile/pull/235)) ### Removed - Removed `[[stacks]]` table workaround from `buildpack.toml`. ([#231](https://github.com/heroku/buildpacks-procfile/pull/231)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161f7c6..e781e6c 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] +## [3.1.2] - 2024-07-02 + ### Changed - Upgraded Rust dependencies. ([#232](https://github.com/heroku/buildpacks-procfile/pull/232) and [#235](https://github.com/heroku/buildpacks-procfile/pull/235)) @@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of Rust procfile buildpack, the old Go buildpack is now archived. - Re-write logic of Procfile parsing to match Heroku's behavior, which has different behavior from the Go version (that assumed that a Procfile was YAML syntax). -[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.2...HEAD +[3.1.2]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.0...v3.0.1 diff --git a/buildpack.toml b/buildpack.toml index a982ad1..5d3f2f2 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/procfile" -version = "3.1.1" +version = "3.1.2" name = "Heroku Procfile" homepage = "https://github.com/heroku/buildpacks-procfile" description = "Heroku's Procfile buildpack."