Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b0fc8d

Browse files
authoredApr 3, 2025··
Prepare release v4.2.1 (#270)
## heroku/procfile ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#269](#269)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 9ab5ebb commit 6b0fc8d

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+
## [4.2.1] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#269](https://github.com/heroku/buildpacks-procfile/pull/269))
@@ -129,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129131
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
130132
- 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).
131133

132-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.2.0...HEAD
134+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.2.1...HEAD
135+
[4.2.1]: https://github.com/heroku/buildpacks-procfile/compare/v4.2.0...v4.2.1
133136
[4.2.0]: https://github.com/heroku/buildpacks-procfile/compare/v4.1.0...v4.2.0
134137
[4.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v4.0.0...v4.1.0
135138
[4.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.2.0...v4.0.0

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

0 commit comments

Comments
 (0)
Please sign in to comment.