Skip to content

Commit 7a305ce

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

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+
## [v314] - 2025-07-18
7+
8+
- JRuby 10.0.1.0 is now available
9+
10+
611
## [v313] - 2025-07-15
712

813
- Ruby 3.4.5 is now available
@@ -1726,7 +1731,8 @@ Bugfixes:
17261731
* Change gem detection to use lockfile parser
17271732
* use `$RACK_ENV` when thin is detected for rack apps
17281733

1729-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v313...main
1734+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v314...main
1735+
[v314]: https://github.com/heroku/heroku-buildpack-ruby/compare/v313...v314
17301736
[v313]: https://github.com/heroku/heroku-buildpack-ruby/compare/v312...v313
17311737
[v312]: https://github.com/heroku/heroku-buildpack-ruby/compare/v311...v312
17321738
[v311]: https://github.com/heroku/heroku-buildpack-ruby/compare/v310...v311

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

0 commit comments

Comments
 (0)