From 3018f23e21e4dce06919bf4139f5df8df3946dd4 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 22:38:22 +0000 Subject: [PATCH] Prepare release v307 (#1593) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 +++++++- lib/language_pack/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e4a8a4e..fc7fc5bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## [Unreleased] +## [v307] - 2025-05-14 + +- Ruby 3.4.4 is now available + + ## [v306] - 2025-05-08 - JRuby 9.4.12.0, 9.4.12.1, 10.0.0.0, and 10.0.0.1 is now available @@ -1694,7 +1699,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/v306...main +[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...main +[v307]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307 [v306]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306 [v305]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305 [v304]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304 diff --git a/lib/language_pack/version.rb b/lib/language_pack/version.rb index 0a4a4fc47..0a4ab1c46 100644 --- a/lib/language_pack/version.rb +++ b/lib/language_pack/version.rb @@ -2,6 +2,6 @@ module LanguagePack class LanguagePack::Base - BUILDPACK_VERSION = "v306" + BUILDPACK_VERSION = "v307" end end