Skip to content

Commit 8527c14

Browse files
Prepare release v3.0.0 (#209)
## heroku/procfile ### Added - Enabled tracing/telemetry via `libcnb`'s `trace` feature. ([#208](#208)) ### Changed - Updated to Buildpack API 0.10. ([#205](#205)) - All launch processes are now wrapped in `bash -c` instead of using CNB's `direct = false` directive, which is no longer available. - `.profile` and `.profile.d` scripts will no longer be automatically sourced. - CNB Lifecycle 0.17 or newer is now required. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent e0974f9 commit 8527c14

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+
## [3.0.0] - 2024-02-23
11+
1012
### Added
1113

1214
- Enabled tracing/telemetry via `libcnb`'s `trace` feature. ([#208](https://github.com/heroku/procfile-cnb/pull/208))
@@ -66,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6668
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
6769
- 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).
6870

69-
[unreleased]: https://github.com/heroku/procfile-cnb/compare/v2.0.2...HEAD
71+
[unreleased]: https://github.com/heroku/procfile-cnb/compare/v3.0.0...HEAD
72+
[3.0.0]: https://github.com/heroku/procfile-cnb/compare/v2.0.2...v3.0.0
7073
[2.0.2]: https://github.com/heroku/procfile-cnb/compare/v2.0.1...v2.0.2
7174
[2.0.1]: https://github.com/heroku/procfile-cnb/compare/v2.0.0...v2.0.1
7275
[2.0.0]: https://github.com/heroku/procfile-cnb/compare/v1.0.2...v2.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 = "2.0.2"
5+
version = "3.0.0"
66
name = "Heroku Procfile"
77
homepage = "https://github.com/heroku/procfile-cnb"
88
description = "Heroku's Procfile buildpack."

0 commit comments

Comments
 (0)