Skip to content

Commit db98cd1

Browse files
Prepare release v3.1.0 (#226)
## heroku/procfile ### Added - Support for `arm64` and multi-arch images. ([#225](#225)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent a516aca commit db98cd1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.0] - 2024-05-02
11+
1012
### Added
1113

1214
- Support for `arm64` and multi-arch images. ([#225](https://github.com/heroku/buildpacks-procfile/pull/225))
@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7981
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
8082
- 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).
8183

82-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.1...HEAD
84+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.0...HEAD
85+
[3.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.1...v3.1.0
8386
[3.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.0...v3.0.1
8487
[3.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.2...v3.0.0
8588
[2.0.2]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.1...v2.0.2

buildpack.toml

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

0 commit comments

Comments
 (0)