From 015b91e391bea81b4f3ff4ca74c43fd0fe61cfe1 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:02:03 +0000 Subject: [PATCH] Prepare release v286 --- CHANGELOG.md | 6 +++++- changelogs/{unreleased => v286}/3.4.0-rc1.md | 0 lib/language_pack/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) rename changelogs/{unreleased => v286}/3.4.0-rc1.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 376293f00..d39e5be90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v286] - 2024-12-13 + - Ruby 3.4.0-rc1 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1528) ## [v285] - 2024-11-21 @@ -1603,7 +1606,8 @@ Bugfixes: * Change gem detection to use lockfile parser * use `$RACK_ENV` when thin is detected for rack apps -[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v285...main +[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v286...main +[v286]: https://github.com/heroku/heroku-buildpack-ruby/compare/v285...v286 [v285]: https://github.com/heroku/heroku-buildpack-ruby/compare/v284...v285 [v284]: https://github.com/heroku/heroku-buildpack-ruby/compare/v283...v284 [v283]: https://github.com/heroku/heroku-buildpack-ruby/compare/v282...v283 diff --git a/changelogs/unreleased/3.4.0-rc1.md b/changelogs/v286/3.4.0-rc1.md similarity index 100% rename from changelogs/unreleased/3.4.0-rc1.md rename to changelogs/v286/3.4.0-rc1.md diff --git a/lib/language_pack/version.rb b/lib/language_pack/version.rb index 162bb64a0..e401a7d61 100644 --- a/lib/language_pack/version.rb +++ b/lib/language_pack/version.rb @@ -2,6 +2,6 @@ module LanguagePack class LanguagePack::Base - BUILDPACK_VERSION = "v285" + BUILDPACK_VERSION = "v286" end end