Skip to content

Commit

Permalink
Prepare release v4.1.0 (#263)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
heroku-linguist[bot] authored Feb 27, 2025
1 parent 7ca0eef commit e880818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0] - 2025-02-27

### Changed

- 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))
Expand Down Expand Up @@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
- 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).

[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.0.0...HEAD
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.2.0...v4.0.0
[3.2.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.2...v3.2.0
[3.1.2]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...v3.1.2
Expand Down
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/procfile"
version = "4.0.0"
version = "4.1.0"
name = "Heroku Procfile"
homepage = "https://github.com/heroku/buildpacks-procfile"
description = "Heroku's Procfile buildpack."
Expand Down

0 comments on commit e880818

Please sign in to comment.