Skip to content

Commit 3696ffd

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

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+
## [v313] - 2025-07-15
7+
8+
- Ruby 3.4.5 is now available
9+
10+
611
## [v312] - 2025-06-10
712

813
- JRuby 9.4.13.0 is now available
@@ -1721,7 +1726,8 @@ Bugfixes:
17211726
* Change gem detection to use lockfile parser
17221727
* use `$RACK_ENV` when thin is detected for rack apps
17231728

1724-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v312...main
1729+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v313...main
1730+
[v313]: https://github.com/heroku/heroku-buildpack-ruby/compare/v312...v313
17251731
[v312]: https://github.com/heroku/heroku-buildpack-ruby/compare/v311...v312
17261732
[v311]: https://github.com/heroku/heroku-buildpack-ruby/compare/v310...v311
17271733
[v310]: https://github.com/heroku/heroku-buildpack-ruby/compare/v309...v310

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

0 commit comments

Comments
 (0)