Skip to content

Commit

Permalink
Prepare release v270 (heroku#1450)
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 Apr 23, 2024
1 parent a0f9731 commit fd65854
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]


## [v270] - 2024-04-23

- Ruby versions 3.0.7, 3.1.5, 3.2.4, and 3.3.1 are now available on Heroku (https://github.com/heroku/heroku-buildpack-ruby/pull/1449)

## [v269] - 2024-04-23
Expand Down Expand Up @@ -1521,7 +1524,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/v269...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v270...main
[v270]: https://github.com/heroku/heroku-buildpack-ruby/compare/v269...v270
[v269]: https://github.com/heroku/heroku-buildpack-ruby/compare/v268...v269
[v268]: https://github.com/heroku/heroku-buildpack-ruby/compare/v267...v268
[v267]: https://github.com/heroku/heroku-buildpack-ruby/compare/v266...v267
Expand Down
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 = "v269"
BUILDPACK_VERSION = "v270"
end
end

0 comments on commit fd65854

Please sign in to comment.