Skip to content

Commit 22848b9

Browse files
Prepare release v303 (heroku#1584)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 6d1a673 commit 22848b9

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
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
6+
## [v303] - 2025-04-25
7+
8+
- Ruby 3.5.0-preview1 is now available
9+
510
- Fix warning message about `cp -n` (https://github.com/heroku/heroku-buildpack-ruby/pull/1583)
611

712
## [v302] - 2025-04-16
@@ -1677,7 +1682,8 @@ Bugfixes:
16771682
* Change gem detection to use lockfile parser
16781683
* use `$RACK_ENV` when thin is detected for rack apps
16791684

1680-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v302...main
1685+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...main
1686+
[v303]: https://github.com/heroku/heroku-buildpack-ruby/compare/v302...v303
16811687
[v302]: https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302
16821688
[v301]: https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301
16831689
[v300]: https://github.com/heroku/heroku-buildpack-ruby/compare/v299...v300

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 = "v302"
5+
BUILDPACK_VERSION = "v303"
66
end
77
end

0 commit comments

Comments
 (0)