Skip to content

Commit

Permalink
Prepare release v287 (#1532)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Dec 25, 2024
1 parent dd40100 commit 5ea0ef8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v287] - 2024-12-25

- Ruby 3.4.0 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1531)
- Ruby 3.4.1 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1531)

Expand Down Expand Up @@ -1608,7 +1611,8 @@ Bugfixes:
* Change gem detection to use lockfile parser
* use `$RACK_ENV` when thin is detected for rack apps

[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v286...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v287...main
[v287]: https://github.com/heroku/heroku-buildpack-ruby/compare/v286...v287
[v286]: https://github.com/heroku/heroku-buildpack-ruby/compare/v285...v286
[v285]: https://github.com/heroku/heroku-buildpack-ruby/compare/v284...v285
[v284]: https://github.com/heroku/heroku-buildpack-ruby/compare/v283...v284
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/language_pack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LanguagePack
class LanguagePack::Base
BUILDPACK_VERSION = "v286"
BUILDPACK_VERSION = "v287"
end
end

0 comments on commit 5ea0ef8

Please sign in to comment.