Skip to content

Commit 4c72fb7

Browse files
Prepare release v4.2.0
## heroku/procfile ### Changed - Updated libcnb to 0.28.0, which includes the switch to the `tracing` crate for OpenTelemetry. ([#266](#266))
1 parent c267085 commit 4c72fb7

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.0] - 2025-03-18
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.0, which includes the switch to the `tracing` crate for OpenTelemetry. ([#266](https://github.com/heroku/buildpacks-procfile/pull/266))
@@ -123,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123125
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
124126
- 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).
125127

126-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.1.0...HEAD
128+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.2.0...HEAD
129+
[4.2.0]: https://github.com/heroku/buildpacks-procfile/compare/v4.1.0...v4.2.0
127130
[4.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v4.0.0...v4.1.0
128131
[4.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.2.0...v4.0.0
129132
[3.2.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.2...v3.2.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.1.0"
5+
version = "4.2.0"
66
name = "Heroku Procfile"
77
homepage = "https://github.com/heroku/buildpacks-procfile"
88
description = "Heroku's Procfile buildpack."

0 commit comments

Comments
 (0)