Skip to content

Commit fcb6c26

Browse files
Prepare release v320 (heroku#1642)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 25a5921 commit fcb6c26

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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+
## [v320] - 2025-09-09
7+
58
- Set `export PUMA_PERSISTENT_TIMEOUT=95` to match recommended router 2.0 settings (https://github.com/heroku/heroku-buildpack-ruby/pull/1641)
69

710
## [v319] - 2025-08-27
@@ -1755,7 +1758,8 @@ Bugfixes:
17551758
* Change gem detection to use lockfile parser
17561759
* use `$RACK_ENV` when thin is detected for rack apps
17571760

1758-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v319...main
1761+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v320...main
1762+
[v320]: https://github.com/heroku/heroku-buildpack-ruby/compare/v319...v320
17591763
[v319]: https://github.com/heroku/heroku-buildpack-ruby/compare/v318...v319
17601764
[v318]: https://github.com/heroku/heroku-buildpack-ruby/compare/v317...v318
17611765
[v317]: https://github.com/heroku/heroku-buildpack-ruby/compare/v316...v317

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

0 commit comments

Comments
 (0)