Skip to content

Commit

Permalink
Prepare release v276 (#1483)
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 Jul 9, 2024
1 parent b2865da commit 857e5f8
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]


## [v276] - 2024-07-09

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

## [v275] - 2024-07-03
Expand Down Expand Up @@ -1551,7 +1554,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/v275...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v276...main
[v276]: https://github.com/heroku/heroku-buildpack-ruby/compare/v275...v276
[v275]: https://github.com/heroku/heroku-buildpack-ruby/compare/v274...v275
[v274]: https://github.com/heroku/heroku-buildpack-ruby/compare/v273...v274
[v273]: https://github.com/heroku/heroku-buildpack-ruby/compare/v272...v273
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 = "v275"
BUILDPACK_VERSION = "v276"
end
end

0 comments on commit 857e5f8

Please sign in to comment.