Skip to content

Releases: heroku/heroku-buildpack-cli

v1.2

17 Feb 16:42
08b709d

Choose a tag to compare

  • Adds support for a .heroku-cli-version file in the application root. This allows an application to declare the exact version of the CLI that should be used. If the file is absent, the stable version of the CLI will be used.

Heroku CLI v8 & beyond

19 Sep 18:38
c7f3658

Choose a tag to compare

Updated the CLI download URL to reference the new location for stable releases.

v1

08 Feb 20:54
1f1297f

Choose a tag to compare

v1
Adds user agent to curl/wget (#9)

* Adds user agent to curl/wget

For logging/observability purposes I am adding a user agent to the clients that are contacting the HEROKU_CLI_URL variable.

* Creates changelog