Releases: heroku/buildpacks-procfile
Releases · heroku/buildpacks-procfile
v2.0.0
heroku/procfile
Changed
- Buildpack now implements buildpack API version 0.8 and so requires
lifecycle
version 0.14.x or newer. (#98) - Upgraded
libcnb
andlibherokubuildpack
to 0.11.0. (#98 and #102)
Removed
- Removed explicitly named stacks from
[[stacks]]
, which were a workaround for Pack CLI <0.24.1 not supporting the wildcard stack. (#103)
v1.0.2
heroku/procfile
Changed
- The buildpack binary is now stripped for reduced builder image size (thanks to
libcnb-cargo
v0.5.0). - Updated
libcnb
andlibherokubuildpack
from 0.5.0 to 0.9.0. (#49, #60, #82 and #88)
Fixed
- Removed incorrect error message shown in the case of internal buildpack regex errors. (#77)
v1.0.1
v1.0.0
heroku/procfile
Changed
- 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).
v0.7.1
v0.7.0
v0.6.2
increment patch version (#8)