From e59d82c18bdf21152886b7c5cbf856ea9ced2255 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:47:55 +0000 Subject: [PATCH] Prepare release v2.1.0 (#209) ## heroku/ruby ### Added - Introduce heroku build metrics support (https://github.com/heroku/buildpacks-ruby/pull/172) - Changelog moved to be per-crate rather than for the whole project (https://github.com/heroku/buildpacks-ruby/pull/154) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- buildpacks/ruby/CHANGELOG.md | 5 ++++- buildpacks/ruby/buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/buildpacks/ruby/CHANGELOG.md b/buildpacks/ruby/CHANGELOG.md index 8dcadb46..25592af5 100644 --- a/buildpacks/ruby/CHANGELOG.md +++ b/buildpacks/ruby/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 2023-09-26 + ### Added - Introduce heroku build metrics support (https://github.com/heroku/buildpacks-ruby/pull/172) @@ -23,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial version of Ruby buildpack in Rust (https://github.com/heroku/buildpacks-ruby/pull/93) - Version 2.0.0 for the first release is not a typo. There was an issue in pack where a builder with the same name and version number would reuse artifacts left on image from [prior runs which caused issues](https://github.com/buildpacks/pack/issues/1322#issuecomment-1038241038). There were prior releases of `heroku/ruby` CNB from different sources that triggered this problem. To ensure no one would encounter that issue we developed and released using a version we know has not been used before. Version 2.0 was the first major version without a prior release of `heroku/ruby` CNB from any source. -[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v2.0.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/heroku/buildpacks-ruby/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/heroku/buildpacks-ruby/releases/tag/v2.0.1 diff --git a/buildpacks/ruby/buildpack.toml b/buildpacks/ruby/buildpack.toml index 6b20e3d0..f725927e 100644 --- a/buildpacks/ruby/buildpack.toml +++ b/buildpacks/ruby/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/ruby" -version = "2.0.1" +version = "2.1.0" name = "Ruby" homepage = "https://github.com/heroku/buildpacks-ruby" description = "Official Heroku buildpack for using Ruby to target Cloud Native Buildpack (CNB) builds."