Skip to content

Commit

Permalink
Prepare release v272 (#1467)
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 13, 2024
1 parent dbc59f6 commit 168cb5d
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]


## [v272] - 2024-06-13

- Remove experimental CNB support. For official CNB support use [heroku/buildpacks-ruby](https://github.com/heroku/buildpacks-ruby) instead. (https://github.com/heroku/heroku-buildpack-ruby/pull/1464)
- Default Ruby version is now 3.1.6 (https://github.com/heroku/heroku-buildpack-ruby/pull/1466)
- Ruby 3.3.3 is now available
Expand Down Expand Up @@ -1535,7 +1538,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/v271...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v272...main
[v272]: https://github.com/heroku/heroku-buildpack-ruby/compare/v271...v272
[v271]: https://github.com/heroku/heroku-buildpack-ruby/compare/v270...v271
[v271]: https://github.com/heroku/heroku-buildpack-ruby/compare/v270...v271
[v270]: https://github.com/heroku/heroku-buildpack-ruby/compare/v269...v270
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 = "v271"
BUILDPACK_VERSION = "v272"
end
end

0 comments on commit 168cb5d

Please sign in to comment.