Skip to content

Commit a946178

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

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [v316] - 2025-08-06
7+
58
- Explicitly error on end-of-life (EOL) stack `heroku-20` (https://github.com/heroku/heroku-buildpack-ruby/pull/1629)
69
- Default Ruby version is now 3.3.9 (https://github.com/heroku/heroku-buildpack-ruby/pull/1624)
710

@@ -1738,7 +1741,8 @@ Bugfixes:
17381741
* Change gem detection to use lockfile parser
17391742
* use `$RACK_ENV` when thin is detected for rack apps
17401743

1741-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v315...main
1744+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v316...main
1745+
[v316]: https://github.com/heroku/heroku-buildpack-ruby/compare/v315...v316
17421746
[v315]: https://github.com/heroku/heroku-buildpack-ruby/compare/v314...v315
17431747
[v314]: https://github.com/heroku/heroku-buildpack-ruby/compare/v313...v314
17441748
[v313]: https://github.com/heroku/heroku-buildpack-ruby/compare/v312...v313
File renamed without changes.

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

0 commit comments

Comments
 (0)