Skip to content

Commit e880818

Browse files
Prepare release v4.1.0 (#263)
## heroku/procfile ### Changed - Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. ([#262](#262)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7ca0eef commit e880818

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.1.0] - 2025-02-27
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. ([#262](https://github.com/heroku/buildpacks-procfile/pull/262))
@@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117119
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
118120
- 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).
119121

120-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.0.0...HEAD
122+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.1.0...HEAD
123+
[4.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v4.0.0...v4.1.0
121124
[4.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.2.0...v4.0.0
122125
[3.2.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.2...v3.2.0
123126
[3.1.2]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...v3.1.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 = "4.0.0"
5+
version = "4.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)