Skip to content

Commit

Permalink
Prepare release v274 (#1477)
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 Jun 28, 2024
1 parent f2dae74 commit 276b143
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]


## [v274] - 2024-06-28

- JRuby 9.3.15.0 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1476)

## [v273] - 2024-06-26
Expand Down Expand Up @@ -1543,7 +1546,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/v273...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v274...main
[v274]: https://github.com/heroku/heroku-buildpack-ruby/compare/v273...v274
[v273]: https://github.com/heroku/heroku-buildpack-ruby/compare/v272...v273
[v272]: https://github.com/heroku/heroku-buildpack-ruby/compare/v271...v272
[v271]: https://github.com/heroku/heroku-buildpack-ruby/compare/v270...v271
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 = "v273"
BUILDPACK_VERSION = "v274"
end
end

0 comments on commit 276b143

Please sign in to comment.