Skip to content

Commit

Permalink
Prepare release v279 (heroku#1492)
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] committed Sep 4, 2024
1 parent 91419df commit 5fc5709
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]


## [v279] - 2024-09-04

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

## [v278] - 2024-08-05
Expand Down Expand Up @@ -1563,7 +1566,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/v278...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v279...main
[v279]: https://github.com/heroku/heroku-buildpack-ruby/compare/v278...v279
[v278]: https://github.com/heroku/heroku-buildpack-ruby/compare/v277...v278
[v277]: https://github.com/heroku/heroku-buildpack-ruby/compare/v276...v277
[v276]: https://github.com/heroku/heroku-buildpack-ruby/compare/v275...v276
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 = "v278"
BUILDPACK_VERSION = "v279"
end
end

0 comments on commit 5fc5709

Please sign in to comment.