From 0d560b7e5c3ce3cf6ef2e0f71a80f4d6b743ea26 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:28:23 +0000 Subject: [PATCH] Prepare release v329 --- 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 7774103ba..2a7c042db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v329] - 2025-11-18 + - Fix "BUILD_DIR: unbound variable" error when deploying without a Gemfile with `heroku/ruby` buildpack [#1663](https://github.com/heroku/heroku-buildpack-ruby/pull/1663) ## [v328] - 2025-11-17 @@ -1795,7 +1798,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/v328...main +[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v329...main +[v329]: https://github.com/heroku/heroku-buildpack-ruby/compare/v328...v329 [v328]: https://github.com/heroku/heroku-buildpack-ruby/compare/v327...v328 [v327]: https://github.com/heroku/heroku-buildpack-ruby/compare/v326...v327 [v326]: https://github.com/heroku/heroku-buildpack-ruby/compare/v325...v326 diff --git a/lib/language_pack/version.rb b/lib/language_pack/version.rb index fd9406d6b..b8adf7a41 100644 --- a/lib/language_pack/version.rb +++ b/lib/language_pack/version.rb @@ -2,6 +2,6 @@ module LanguagePack class LanguagePack::Base - BUILDPACK_VERSION = "v328" + BUILDPACK_VERSION = "v329" end end