Skip to content

Commit c4e930d

Browse files
Prepare release v298 (heroku#1573)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent dfe459b commit c4e930d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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

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

0 commit comments

Comments
 (0)