Skip to content

Commit 9719295

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

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
@@ -3,6 +3,9 @@
33
## [Unreleased]
44

55

6+
## [v299] - 2025-04-07
7+
8+
69
## [v298] - 2025-04-03
710

811
- Added observability metrics (https://github.com/heroku/heroku-buildpack-ruby/pull/1569)
@@ -1659,7 +1662,8 @@ Bugfixes:
16591662
* Change gem detection to use lockfile parser
16601663
* use `$RACK_ENV` when thin is detected for rack apps
16611664

1662-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v298...main
1665+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v299...main
1666+
[v299]: https://github.com/heroku/heroku-buildpack-ruby/compare/v298...v299
16631667
[v298]: https://github.com/heroku/heroku-buildpack-ruby/compare/v297...v298
16641668
[v297]: https://github.com/heroku/heroku-buildpack-ruby/compare/v296...v297
16651669
[v296]: https://github.com/heroku/heroku-buildpack-ruby/compare/v295...v296

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

0 commit comments

Comments
 (0)