Skip to content

Commit

Permalink
Prepare release v293 (#1549)
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 15, 2025
1 parent 6c8fb9a commit fb393cb
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]


## [v293] - 2025-02-15

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

## [v292] - 2025-02-10
Expand Down Expand Up @@ -1634,7 +1637,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/v292...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v293...main
[v293]: https://github.com/heroku/heroku-buildpack-ruby/compare/v292...v293
[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
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 = "v292"
BUILDPACK_VERSION = "v293"
end
end

0 comments on commit fb393cb

Please sign in to comment.