Skip to content

Commit 6e0d6c5

Browse files
Prepare release v308 (heroku#1594)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 1fd49d4 commit 6e0d6c5

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+
## [v308] - 2025-05-15
7+
58
- Removed support for Ubuntu 20.04 (and thus Heroku-20 / `heroku/builder:20`). This includes removing support for Ruby < 3.1 and Bundler < 2.3. (https://github.com/heroku/buildpacks-ruby/pull/1591)
69

710
## [v307] - 2025-05-14
@@ -1700,7 +1703,8 @@ Bugfixes:
17001703
* Change gem detection to use lockfile parser
17011704
* use `$RACK_ENV` when thin is detected for rack apps
17021705

1703-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...main
1706+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v308...main
1707+
[v308]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...v308
17041708
[v307]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307
17051709
[v306]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306
17061710
[v305]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305

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

0 commit comments

Comments
 (0)