Skip to content

Commit 104fe3a

Browse files
authored
v248 (#1345)
1 parent a9889fe commit 104fe3a

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Main (unreleased)
44

5+
## v248 (2022/12/06)
6+
7+
* Ruby 3.2.0-rc1 is available
8+
59
## v247 (2022/12/01)
610

711
* JRuby 9.3.7.0, 9.3.8.0, 9.3.9.0, 9.4.0.0

changelogs/v248/ruby-320-rc1.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Ruby version 3.2.0-rc1 is now available
2+
3+
The following Ruby versions are now available on the Heroku platform:
4+
5+
- Ruby 3.2.0-rc1
6+
7+
>note
8+
>Stability-sensitive applications should not use Ruby 3.2.0 in it's release candidate state.
9+
10+
You can see the latest versions on the [Ruby support page](https://devcenter.heroku.com/articles/ruby-support).

lib/language_pack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LanguagePack
44
class LanguagePack::Base
5-
BUILDPACK_VERSION = "v247"
5+
BUILDPACK_VERSION = "v248"
66
end
77
end

0 commit comments

Comments
 (0)