Skip to content

Commit a6d1244

Browse files
Prepare release v318 (heroku#1633)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 388a518 commit a6d1244

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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+
## [v318] - 2025-08-11
7+
58
- Fix `heroku_buildpack_ruby_dir: unbound variable` warning (https://github.com/heroku/heroku-buildpack-ruby/pull/1632)
69

710
## [v317] - 2025-08-07
@@ -1747,7 +1750,8 @@ Bugfixes:
17471750
* Change gem detection to use lockfile parser
17481751
* use `$RACK_ENV` when thin is detected for rack apps
17491752

1750-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v317...main
1753+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v318...main
1754+
[v318]: https://github.com/heroku/heroku-buildpack-ruby/compare/v317...v318
17511755
[v317]: https://github.com/heroku/heroku-buildpack-ruby/compare/v316...v317
17521756
[v316]: https://github.com/heroku/heroku-buildpack-ruby/compare/v315...v316
17531757
[v315]: https://github.com/heroku/heroku-buildpack-ruby/compare/v314...v315

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

0 commit comments

Comments
 (0)