Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v3.0.0 #209

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]

## [3.0.0] - 2024-02-23

### Added

- Enabled tracing/telemetry via `libcnb`'s `trace` feature. ([#208](https://github.com/heroku/procfile-cnb/pull/208))
Expand Down Expand Up @@ -66,7 +68,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/procfile-cnb/compare/v2.0.2...HEAD
[unreleased]: https://github.com/heroku/procfile-cnb/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/heroku/procfile-cnb/compare/v2.0.2...v3.0.0
[2.0.2]: https://github.com/heroku/procfile-cnb/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/heroku/procfile-cnb/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/heroku/procfile-cnb/compare/v1.0.2...v2.0.0
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 = "2.0.2"
version = "3.0.0"
name = "Heroku Procfile"
homepage = "https://github.com/heroku/procfile-cnb"
description = "Heroku's Procfile buildpack."
Expand Down