Skip to content

Commit 6fd0368

Browse files
Prepare release v315 (heroku#1623)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7a305ce commit 6fd0368

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+
## [v315] - 2025-07-24
7+
8+
- Ruby 3.2.9 and 3.3.9 is now available
9+
10+
611
## [v314] - 2025-07-18
712

813
- JRuby 10.0.1.0 is now available
@@ -1731,7 +1736,8 @@ Bugfixes:
17311736
* Change gem detection to use lockfile parser
17321737
* use `$RACK_ENV` when thin is detected for rack apps
17331738

1734-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v314...main
1739+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v315...main
1740+
[v315]: https://github.com/heroku/heroku-buildpack-ruby/compare/v314...v315
17351741
[v314]: https://github.com/heroku/heroku-buildpack-ruby/compare/v313...v314
17361742
[v313]: https://github.com/heroku/heroku-buildpack-ruby/compare/v312...v313
17371743
[v312]: https://github.com/heroku/heroku-buildpack-ruby/compare/v311...v312

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

0 commit comments

Comments
 (0)