Skip to content

Commit

Permalink
v248 (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Dec 6, 2022
1 parent a9889fe commit 104fe3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Main (unreleased)

## v248 (2022/12/06)

* Ruby 3.2.0-rc1 is available

## v247 (2022/12/01)

* JRuby 9.3.7.0, 9.3.8.0, 9.3.9.0, 9.4.0.0
Expand Down
10 changes: 10 additions & 0 deletions changelogs/v248/ruby-320-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ruby version 3.2.0-rc1 is now available

The following Ruby versions are now available on the Heroku platform:

- Ruby 3.2.0-rc1

>note
>Stability-sensitive applications should not use Ruby 3.2.0 in it's release candidate state.
You can see the latest versions on the [Ruby support page](https://devcenter.heroku.com/articles/ruby-support).
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 = "v247"
BUILDPACK_VERSION = "v248"
end
end

0 comments on commit 104fe3a

Please sign in to comment.