Skip to content

Commit fb157cd

Browse files
Prepare release v3.2.0 (#253)
* Prepare release v3.2.0 ## heroku/procfile ### Changed - Build output style updated to `bullet_stream`. Output now also includes the commands that were pulled from the `Procfile` in the output. ([#252](#252)) * Refresh dependencies Dependabot is having problems at the moment, so doing this manually. --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
1 parent 9a42bcf commit fb157cd

File tree

4 files changed

+86
-96
lines changed

4 files changed

+86
-96
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.2.0] - 2024-12-20
11+
1012
### Changed
1113

1214
- Build output style updated to `bullet_stream`. Output now also includes the commands that were pulled from the `Procfile` in the output. ([#252](https://github.com/heroku/buildpacks-procfile/pull/252))
@@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101103
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
102104
- 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).
103105

104-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.2...HEAD
106+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.2.0...HEAD
107+
[3.2.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.2...v3.2.0
105108
[3.1.2]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...v3.1.2
106109
[3.1.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.0...v3.1.1
107110
[3.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.1...v3.1.0

0 commit comments

Comments
 (0)