Skip to content

Commit 3803bb3

Browse files
Prepare release v328 (#1662)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 1da2031 commit 3803bb3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## [Unreleased]
44

55

6+
## [v328] - 2025-11-17
7+
8+
- Ruby 4.0.0-preview2 is now available
9+
10+
611
## [v327] - 2025-10-24
712

813
- Ruby 3.3.10 is now available
@@ -1789,7 +1794,8 @@ Bugfixes:
17891794
* Change gem detection to use lockfile parser
17901795
* use `$RACK_ENV` when thin is detected for rack apps
17911796

1792-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v327...main
1797+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v328...main
1798+
[v328]: https://github.com/heroku/heroku-buildpack-ruby/compare/v327...v328
17931799
[v327]: https://github.com/heroku/heroku-buildpack-ruby/compare/v326...v327
17941800
[v326]: https://github.com/heroku/heroku-buildpack-ruby/compare/v325...v326
17951801
[v325]: https://github.com/heroku/heroku-buildpack-ruby/compare/v324...v325

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

0 commit comments

Comments
 (0)