From 1c691ff13e282b2aa83b926f89a78be2372870ea Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:09:56 +0000 Subject: [PATCH] Prepare release v271 (#1455) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- lib/language_pack/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455f6d8c0..452b849cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v271] - 2024-05-24 + - Fix issue with sprockets reference being nil when propshaft gem is used instead (https://github.com/heroku/heroku-buildpack-ruby/pull/1452) @@ -1526,7 +1529,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/v270...main +[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v271...main +[v271]: https://github.com/heroku/heroku-buildpack-ruby/compare/v270...v271 [v270]: https://github.com/heroku/heroku-buildpack-ruby/compare/v269...v270 [v269]: https://github.com/heroku/heroku-buildpack-ruby/compare/v268...v269 [v268]: https://github.com/heroku/heroku-buildpack-ruby/compare/v267...v268 diff --git a/lib/language_pack/version.rb b/lib/language_pack/version.rb index 6ce69e246..c6c9f7bd9 100644 --- a/lib/language_pack/version.rb +++ b/lib/language_pack/version.rb @@ -2,6 +2,6 @@ module LanguagePack class LanguagePack::Base - BUILDPACK_VERSION = "v270" + BUILDPACK_VERSION = "v271" end end