Skip to content

Commit 17f41d5

Browse files
Prepare release v326 (#1659)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 2a13a3c commit 17f41d5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [v326] - 2025-10-21
7+
58
- Ruby apps using bundler 2.6.x will now receive bundler 2.6.9 (https://github.com/heroku/heroku-buildpack-ruby/pull/1651)
69
- Ruby apps using bundler 2.7.x will now receive bundler 2.7.2 (https://github.com/heroku/heroku-buildpack-ruby/pull/1651)
710

@@ -1781,7 +1784,8 @@ Bugfixes:
17811784
* Change gem detection to use lockfile parser
17821785
* use `$RACK_ENV` when thin is detected for rack apps
17831786

1784-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v325...main
1787+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v326...main
1788+
[v326]: https://github.com/heroku/heroku-buildpack-ruby/compare/v325...v326
17851789
[v325]: https://github.com/heroku/heroku-buildpack-ruby/compare/v324...v325
17861790
[v324]: https://github.com/heroku/heroku-buildpack-ruby/compare/v323...v324
17871791
[v323]: https://github.com/heroku/heroku-buildpack-ruby/compare/v322...v323

lib/language_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LanguagePack
44
class LanguagePack::Base
5-
BUILDPACK_VERSION = "v325"
5+
BUILDPACK_VERSION = "v326"
66
end
77
end

0 commit comments

Comments
 (0)