File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+
6+ ## [ v298] - 2025-04-03
7+
58- Added observability metrics (https://github.com/heroku/heroku-buildpack-ruby/pull/1569 )
69
710## [ v297] - 2025-03-26
@@ -1656,7 +1659,8 @@ Bugfixes:
16561659* Change gem detection to use lockfile parser
16571660* use ` $RACK_ENV ` when thin is detected for rack apps
16581661
1659- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v297...main
1662+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v298...main
1663+ [ v298 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v297...v298
16601664[ v297 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v296...v297
16611665[ v296 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v295...v296
16621666[ v295 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v294...v295
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v297 "
5+ BUILDPACK_VERSION = "v298 "
66 end
77end
You can’t perform that action at this time.
0 commit comments