You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## heroku/procfile
### Changed
- Updated libcnb to 0.28.0, which includes the switch to the `tracing` crate for OpenTelemetry. ([#266](#266))
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [4.2.0] - 2025-03-18
11
+
10
12
### Changed
11
13
12
14
- 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
123
125
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
124
126
- 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).
0 commit comments