Skip to content

Commit 951b944

Browse files
Prepare release v300 (heroku#1578)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 9719295 commit 951b944

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+
## [v300] - 2025-04-14
7+
8+
- Ruby 3.4.3 is now available
9+
10+
611
## [v299] - 2025-04-07
712

813

@@ -1662,7 +1667,8 @@ Bugfixes:
16621667
* Change gem detection to use lockfile parser
16631668
* use `$RACK_ENV` when thin is detected for rack apps
16641669

1665-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v299...main
1670+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v300...main
1671+
[v300]: https://github.com/heroku/heroku-buildpack-ruby/compare/v299...v300
16661672
[v299]: https://github.com/heroku/heroku-buildpack-ruby/compare/v298...v299
16671673
[v298]: https://github.com/heroku/heroku-buildpack-ruby/compare/v297...v298
16681674
[v297]: https://github.com/heroku/heroku-buildpack-ruby/compare/v296...v297

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

0 commit comments

Comments
 (0)