Skip to content

Commit 3018f23

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

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+
## [v307] - 2025-05-14
7+
8+
- Ruby 3.4.4 is now available
9+
10+
611
## [v306] - 2025-05-08
712

813
- JRuby 9.4.12.0, 9.4.12.1, 10.0.0.0, and 10.0.0.1 is now available
@@ -1694,7 +1699,8 @@ Bugfixes:
16941699
* Change gem detection to use lockfile parser
16951700
* use `$RACK_ENV` when thin is detected for rack apps
16961701

1697-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...main
1702+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...main
1703+
[v307]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307
16981704
[v306]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306
16991705
[v305]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305
17001706
[v304]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304

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

0 commit comments

Comments
 (0)