Skip to content

Commit 1199310

Browse files
Prepare release v317 (heroku#1631)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent a946178 commit 1199310

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+
## [v317] - 2025-08-07
7+
8+
- JRuby 10.0.2.0 is now available
9+
10+
611
## [v316] - 2025-08-06
712

813
- Explicitly error on end-of-life (EOL) stack `heroku-20` (https://github.com/heroku/heroku-buildpack-ruby/pull/1629)
@@ -1741,7 +1746,8 @@ Bugfixes:
17411746
* Change gem detection to use lockfile parser
17421747
* use `$RACK_ENV` when thin is detected for rack apps
17431748

1744-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v316...main
1749+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v317...main
1750+
[v317]: https://github.com/heroku/heroku-buildpack-ruby/compare/v316...v317
17451751
[v316]: https://github.com/heroku/heroku-buildpack-ruby/compare/v315...v316
17461752
[v315]: https://github.com/heroku/heroku-buildpack-ruby/compare/v314...v315
17471753
[v314]: https://github.com/heroku/heroku-buildpack-ruby/compare/v313...v314

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

0 commit comments

Comments
 (0)