Skip to content

Commit

Permalink
init Buildpack API 0.5 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Casey <ecasey@vmware.com>
  • Loading branch information
ekcasey committed Jul 30, 2020
1 parent d27511d commit 791363e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ When the specification refers to a path in the context of an OCI layer tar (e.g.

These documents currently specify:

- Buildpack API: `0.4`
- Buildpack API: `0.5`
- Platform API: `0.4`
2 changes: 1 addition & 1 deletion buildpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The `ENTRYPOINT` of the OCI image contains logic implemented by the lifecycle th
- [Build Plan (TOML) `requires.version` Key](#build-plan-toml-requires-version-key)

## Buildpack API Version
This document specifies Buildpack API version `0.4`
This document specifies Buildpack API version `0.5`

Buildpack API versions:
- MUST be in form `<major>.<minor>` or `<major>`, where `<major>` is equivalent to `<major>.0`
Expand Down

0 comments on commit 791363e

Please sign in to comment.