Skip to content

Commit 542e7a7

Browse files
Prepare release v3.1.2 (#236)
## heroku/procfile ### Changed - Upgraded Rust dependencies. ([#232](#232) and [#235](#235)) ### Removed - Removed `[[stacks]]` table workaround from `buildpack.toml`. ([#231](#231)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 0cb4cff commit 542e7a7

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+
## [3.1.2] - 2024-07-02
11+
1012
### Changed
1113

1214
- 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
9597
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
9698
- 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).
9799

98-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...HEAD
100+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.2...HEAD
101+
[3.1.2]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...v3.1.2
99102
[3.1.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.0...v3.1.1
100103
[3.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.1...v3.1.0
101104
[3.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.0...v3.0.1

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/procfile"
5-
version = "3.1.1"
5+
version = "3.1.2"
66
name = "Heroku Procfile"
77
homepage = "https://github.com/heroku/buildpacks-procfile"
88
description = "Heroku's Procfile buildpack."

0 commit comments

Comments
 (0)