diff --git a/CHANGELOG.md b/CHANGELOG.md index 763da2f..271dba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.0.1] - 2023-08-21 + ### Changed - Updated buildpack dependencies. @@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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). -[unreleased]: https://github.com/heroku/procfile-cnb/compare/v2.0.0...HEAD +[unreleased]: https://github.com/heroku/procfile-cnb/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/heroku/procfile-cnb/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/heroku/procfile-cnb/compare/v1.0.2...v2.0.0 [1.0.2]: https://github.com/heroku/procfile-cnb/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/heroku/procfile-cnb/compare/v1.0.0...v1.0.1 diff --git a/buildpack.toml b/buildpack.toml index d8d6cf7..6fb712f 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.8" [buildpack] id = "heroku/procfile" -version = "2.0.0" +version = "2.0.1" name = "Procfile" homepage = "https://github.com/heroku/procfile-cnb" description = "Official Heroku buildpack for using Procfile."