From fb393cb46e23ab809e21daeef2a97cbd5f04a370 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:17:45 +0000 Subject: [PATCH] Prepare release v293 (#1549) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- changelogs/{unreleased => v293}/ruby-3.4.2.md | 0 lib/language_pack/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) rename changelogs/{unreleased => v293}/ruby-3.4.2.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b36044ab..c0e8cab36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v293] - 2025-02-15 + - Ruby 3.4.2 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1548) ## [v292] - 2025-02-10 @@ -1634,7 +1637,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/v292...main +[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v293...main +[v293]: https://github.com/heroku/heroku-buildpack-ruby/compare/v292...v293 [v292]: https://github.com/heroku/heroku-buildpack-ruby/compare/v291...v292 [v291]: https://github.com/heroku/heroku-buildpack-ruby/compare/v290...v291 [v290]: https://github.com/heroku/heroku-buildpack-ruby/compare/v289...v290 diff --git a/changelogs/unreleased/ruby-3.4.2.md b/changelogs/v293/ruby-3.4.2.md similarity index 100% rename from changelogs/unreleased/ruby-3.4.2.md rename to changelogs/v293/ruby-3.4.2.md diff --git a/lib/language_pack/version.rb b/lib/language_pack/version.rb index 5b14bd18a..07af45d2f 100644 --- a/lib/language_pack/version.rb +++ b/lib/language_pack/version.rb @@ -2,6 +2,6 @@ module LanguagePack class LanguagePack::Base - BUILDPACK_VERSION = "v292" + BUILDPACK_VERSION = "v293" end end