Skip to content

Commit ec90a61

Browse files
Prepare release v309 (heroku#1596)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent bbfb933 commit ec90a61

3 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+
## [v309] - 2025-05-19
7+
58
- Default Ruby version is now 3.3.8 (https://github.com/heroku/heroku-buildpack-ruby/pull/1595)
69

710
## [v308] - 2025-05-15
@@ -1704,7 +1707,8 @@ Bugfixes:
17041707
* Change gem detection to use lockfile parser
17051708
* use `$RACK_ENV` when thin is detected for rack apps
17061709

1707-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v308...main
1710+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v309...main
1711+
[v309]: https://github.com/heroku/heroku-buildpack-ruby/compare/v308...v309
17081712
[v308]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...v308
17091713
[v307]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307
17101714
[v306]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306
File renamed without changes.

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

0 commit comments

Comments
 (0)