Skip to content

Commit 6a7c4c6

Browse files
Prepare release v324 (#1655)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent eb090e1 commit 6a7c4c6

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+
## [v324] - 2025-10-09
7+
8+
- JRuby 9.4.14.0 is now available
9+
10+
611
## [v323] - 2025-10-08
712

813
- Ruby 3.4.7 is now available
@@ -1775,7 +1780,8 @@ Bugfixes:
17751780
* Change gem detection to use lockfile parser
17761781
* use `$RACK_ENV` when thin is detected for rack apps
17771782

1778-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v323...main
1783+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v324...main
1784+
[v324]: https://github.com/heroku/heroku-buildpack-ruby/compare/v323...v324
17791785
[v323]: https://github.com/heroku/heroku-buildpack-ruby/compare/v322...v323
17801786
[v322]: https://github.com/heroku/heroku-buildpack-ruby/compare/v321...v322
17811787
[v321]: https://github.com/heroku/heroku-buildpack-ruby/compare/v320...v321

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

0 commit comments

Comments
 (0)