Skip to content

Commit 2a2bf98

Browse files
Prepare release v2.0.2 (#191)
## heroku/procfile ### Changed - Updated buildpack display name, description and keywords. ([#189](#189)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 3bf67f9 commit 2a2bf98

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+
## [2.0.2] - 2023-10-24
11+
1012
### Changed
1113

1214
- Updated buildpack display name, description and keywords. ([#189](https://github.com/heroku/procfile-cnb/pull/189))
@@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5355
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
5456
- 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).
5557

56-
[unreleased]: https://github.com/heroku/procfile-cnb/compare/v2.0.1...HEAD
58+
[unreleased]: https://github.com/heroku/procfile-cnb/compare/v2.0.2...HEAD
59+
[2.0.2]: https://github.com/heroku/procfile-cnb/compare/v2.0.1...v2.0.2
5760
[2.0.1]: https://github.com/heroku/procfile-cnb/compare/v2.0.0...v2.0.1
5861
[2.0.0]: https://github.com/heroku/procfile-cnb/compare/v1.0.2...v2.0.0
5962
[1.0.2]: https://github.com/heroku/procfile-cnb/compare/v1.0.1...v1.0.2

buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.8"
22

33
[buildpack]
44
id = "heroku/procfile"
5-
version = "2.0.1"
5+
version = "2.0.2"
66
name = "Heroku Procfile"
77
homepage = "https://github.com/heroku/procfile-cnb"
88
description = "Heroku's Procfile buildpack."

0 commit comments

Comments
 (0)