Skip to content

Commit c9d002a

Browse files
Prepare release v297 (heroku#1567)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent b557162 commit c9d002a

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+
## [v297] - 2025-03-26
7+
8+
- Ruby 3.1.7 and 3.2.8 is now available
9+
10+
611
## [v296] - 2025-03-21
712

813
- Bundler `1.x` usage error is downgraded to a warning. This warning will be moved to an error once `heroku-20` is Sunset (https://github.com/heroku/heroku-buildpack-ruby/pull/1565)
@@ -1651,7 +1656,8 @@ Bugfixes:
16511656
* Change gem detection to use lockfile parser
16521657
* use `$RACK_ENV` when thin is detected for rack apps
16531658

1654-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v296...main
1659+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v297...main
1660+
[v297]: https://github.com/heroku/heroku-buildpack-ruby/compare/v296...v297
16551661
[v296]: https://github.com/heroku/heroku-buildpack-ruby/compare/v295...v296
16561662
[v295]: https://github.com/heroku/heroku-buildpack-ruby/compare/v294...v295
16571663
[v294]: https://github.com/heroku/heroku-buildpack-ruby/compare/v293...v294

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

0 commit comments

Comments
 (0)