Skip to content

Commit

Permalink
Merge pull request #365 from buildpacks/backwards-compatible-descriptor
Browse files Browse the repository at this point in the history
Make lifecycle.toml backwards compatible
  • Loading branch information
ekcasey authored Aug 5, 2020
2 parents 22819d9 + 56f89ef commit b67143c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lifecycle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
deprecated = []
supported = ["0.3", "0.4"]

# For backwards compatibility the minimum supported APIs are provided in RFC-0011 format
# https://github.com/buildpacks/rfcs/blob/main/text/0011-lifecycle-descriptor.md
[api]
platform = "0.3"
buildpack = "0.2"

[lifecycle]
version = "0.9.0"
version = "0.9.0"

0 comments on commit b67143c

Please sign in to comment.