Skip to content

Commit

Permalink
Prepare release v292 (#1546)
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 Feb 10, 2025
1 parent 72606f7 commit 95663b9
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]


## [v292] - 2025-02-10

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


Expand Down Expand Up @@ -1630,7 +1633,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/v291...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v292...main
[v292]: https://github.com/heroku/heroku-buildpack-ruby/compare/v291...v292
[v291]: https://github.com/heroku/heroku-buildpack-ruby/compare/v290...v291
[v290]: https://github.com/heroku/heroku-buildpack-ruby/compare/v289...v290
[v289]: https://github.com/heroku/heroku-buildpack-ruby/compare/v288...v289
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 = "v291"
BUILDPACK_VERSION = "v292"
end
end

0 comments on commit 95663b9

Please sign in to comment.