Skip to content

Commit 31f816d

Browse files
Prepare release v302 (heroku#1580)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 0f855be commit 31f816d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## [Unreleased]
44

55

6+
## [v302] - 2025-04-16
7+
8+
- Ruby 3.3.8 is now available
9+
10+
611
## [v301] - 2025-04-14
712

813
- Observe `.ruby-version` formats (https://github.com/heroku/heroku-buildpack-ruby/pull/1576)
@@ -1671,7 +1676,8 @@ Bugfixes:
16711676
* Change gem detection to use lockfile parser
16721677
* use `$RACK_ENV` when thin is detected for rack apps
16731678

1674-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v301...main
1679+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v302...main
1680+
[v302]: https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302
16751681
[v301]: https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301
16761682
[v300]: https://github.com/heroku/heroku-buildpack-ruby/compare/v299...v300
16771683
[v299]: https://github.com/heroku/heroku-buildpack-ruby/compare/v298...v299

lib/language_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

0 commit comments

Comments
 (0)