Skip to content

Commit 5b5dea4

Browse files
Prepare release v310 (heroku#1605)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7e58e63 commit 5b5dea4

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+
## [v310] - 2025-05-27
7+
58
- Introduce internal metrics for deriving Ruby version directly from the `Gemfile.lock` to avoid needing to call `bundle platform --ruby` in the future. No change in behavior is expected. (https://github.com/heroku/heroku-buildpack-ruby/pull/1603)
69

710
## [v309] - 2025-05-19
@@ -1708,7 +1711,8 @@ Bugfixes:
17081711
* Change gem detection to use lockfile parser
17091712
* use `$RACK_ENV` when thin is detected for rack apps
17101713

1711-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v309...main
1714+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v310...main
1715+
[v310]: https://github.com/heroku/heroku-buildpack-ruby/compare/v309...v310
17121716
[v309]: https://github.com/heroku/heroku-buildpack-ruby/compare/v308...v309
17131717
[v308]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...v308
17141718
[v307]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307

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

0 commit comments

Comments
 (0)