Skip to content

Commit 59683c6

Browse files
authored
Release v2.0.0 (#104)
GUS-W-11811618.
1 parent bd52dc6 commit 59683c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 2.0.0
4+
35
- Remove redundant explicitly named stacks from `[[stacks]]`. ([#103](https://github.com/heroku/procfile-cnb/pull/103))
46
- Upgrade `libcnb` and `libherokubuildpack` to `0.11.0`. ([#98](https://github.com/heroku/procfile-cnb/pull/98) and [#102](https://github.com/heroku/procfile-cnb/pull/102))
57
- Buildpack now implements buildpack API version `0.8` and so requires lifecycle version `0.14.x` or newer. ([#98](https://github.com/heroku/procfile-cnb/pull/98))

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 = "1.0.2"
5+
version = "2.0.0"
66
name = "Procfile"
77
homepage = "https://github.com/heroku/procfile-cnb"
88
description = "Official Heroku buildpack for using Procfile."

0 commit comments

Comments
 (0)