Skip to content

Commit 3f6bb38

Browse files
Prepare release v312 (heroku#1612)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent bde8123 commit 3f6bb38

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+
## [v312] - 2025-06-10
7+
8+
- JRuby 9.4.13.0 is now available
9+
10+
611
## [v311] - 2025-06-09
712

813

@@ -1716,7 +1721,8 @@ Bugfixes:
17161721
* Change gem detection to use lockfile parser
17171722
* use `$RACK_ENV` when thin is detected for rack apps
17181723

1719-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v311...main
1724+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v312...main
1725+
[v312]: https://github.com/heroku/heroku-buildpack-ruby/compare/v311...v312
17201726
[v311]: https://github.com/heroku/heroku-buildpack-ruby/compare/v310...v311
17211727
[v310]: https://github.com/heroku/heroku-buildpack-ruby/compare/v309...v310
17221728
[v309]: https://github.com/heroku/heroku-buildpack-ruby/compare/v308...v309

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

0 commit comments

Comments
 (0)