Skip to content

Commit eb090e1

Browse files
Prepare release v323 (#1654)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 47d5c8f commit eb090e1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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+
## [v323] - 2025-10-08
7+
8+
- Ruby 3.4.7 is now available
9+
10+
611
## [v322] - 2025-09-29
712

813
- Set `export PUMA_PERSISTENT_TIMEOUT=95` to match recommended router 2.0 settings for Rails applications (https://github.com/heroku/heroku-buildpack-ruby/pull/1645)
@@ -1770,7 +1775,8 @@ Bugfixes:
17701775
* Change gem detection to use lockfile parser
17711776
* use `$RACK_ENV` when thin is detected for rack apps
17721777

1773-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v322...main
1778+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v323...main
1779+
[v323]: https://github.com/heroku/heroku-buildpack-ruby/compare/v322...v323
17741780
[v322]: https://github.com/heroku/heroku-buildpack-ruby/compare/v321...v322
17751781
[v321]: https://github.com/heroku/heroku-buildpack-ruby/compare/v320...v321
17761782
[v320]: https://github.com/heroku/heroku-buildpack-ruby/compare/v319...v320

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

0 commit comments

Comments
 (0)