Skip to content

Commit b557162

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

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+
## [v296] - 2025-03-21
7+
58
- 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)
69

710
## [v295] - 2025-03-20
@@ -1648,7 +1651,8 @@ Bugfixes:
16481651
* Change gem detection to use lockfile parser
16491652
* use `$RACK_ENV` when thin is detected for rack apps
16501653

1651-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v295...main
1654+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v296...main
1655+
[v296]: https://github.com/heroku/heroku-buildpack-ruby/compare/v295...v296
16521656
[v295]: https://github.com/heroku/heroku-buildpack-ruby/compare/v294...v295
16531657
[v294]: https://github.com/heroku/heroku-buildpack-ruby/compare/v293...v294
16541658
[v293]: https://github.com/heroku/heroku-buildpack-ruby/compare/v292...v293

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

0 commit comments

Comments
 (0)