Skip to content

Commit 58a323f

Browse files
Prepare release v306 (heroku#1592)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent f506e9a commit 58a323f

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+
## [v306] - 2025-05-08
7+
8+
- JRuby 9.4.12.0, 9.4.12.1, 10.0.0.0, and 10.0.0.1 is now available
9+
10+
611
## [v305] - 2025-04-28
712

813
- Fix `cp --update=none` warning `heroku-22` (https://github.com/heroku/heroku-buildpack-ruby/pull/1588)
@@ -1689,7 +1694,8 @@ Bugfixes:
16891694
* Change gem detection to use lockfile parser
16901695
* use `$RACK_ENV` when thin is detected for rack apps
16911696

1692-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...main
1697+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...main
1698+
[v306]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306
16931699
[v305]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305
16941700
[v304]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304
16951701
[v303]: https://github.com/heroku/heroku-buildpack-ruby/compare/v302...v303

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

0 commit comments

Comments
 (0)