Skip to content

Commit 0102a10

Browse files
Prepare release v321 (heroku#1644)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent ac983e9 commit 0102a10

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## [Unreleased]
44

55

6+
## [v321] - 2025-09-16
7+
8+
- Ruby 3.4.6 is now available
9+
10+
611
## [v320] - 2025-09-09
712

813
- Set `export PUMA_PERSISTENT_TIMEOUT=95` to match recommended router 2.0 settings (https://github.com/heroku/heroku-buildpack-ruby/pull/1641)
@@ -1758,7 +1763,8 @@ Bugfixes:
17581763
* Change gem detection to use lockfile parser
17591764
* use `$RACK_ENV` when thin is detected for rack apps
17601765

1761-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v320...main
1766+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v321...main
1767+
[v321]: https://github.com/heroku/heroku-buildpack-ruby/compare/v320...v321
17621768
[v320]: https://github.com/heroku/heroku-buildpack-ruby/compare/v319...v320
17631769
[v319]: https://github.com/heroku/heroku-buildpack-ruby/compare/v318...v319
17641770
[v318]: https://github.com/heroku/heroku-buildpack-ruby/compare/v317...v318

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 = "v320"
5+
BUILDPACK_VERSION = "v321"
66
end
77
end

0 commit comments

Comments
 (0)