Skip to content

Commit

Permalink
Prepare release v289
Browse files Browse the repository at this point in the history
  • Loading branch information
heroku-linguist[bot] committed Jan 17, 2025
1 parent 6320b5e commit 86f025f
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]


## [v289] - 2025-01-17

- Ruby 3.3.7 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1538)

## [v288] - 2025-01-06
Expand Down Expand Up @@ -1617,7 +1620,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/v288...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v289...main
[v289]: https://github.com/heroku/heroku-buildpack-ruby/compare/v288...v289
[v288]: https://github.com/heroku/heroku-buildpack-ruby/compare/v287...v288
[v287]: https://github.com/heroku/heroku-buildpack-ruby/compare/v286...v287
[v286]: https://github.com/heroku/heroku-buildpack-ruby/compare/v285...v286
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 = "v288"
BUILDPACK_VERSION = "v289"
end
end

0 comments on commit 86f025f

Please sign in to comment.