Skip to content

Commit 0f855be

Browse files
Prepare release v301 (heroku#1579)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent b5c2f4d commit 0f855be

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+
## [v301] - 2025-04-14
7+
58
- Observe `.ruby-version` formats (https://github.com/heroku/heroku-buildpack-ruby/pull/1576)
69

710
## [v300] - 2025-04-14
@@ -1668,7 +1671,8 @@ Bugfixes:
16681671
* Change gem detection to use lockfile parser
16691672
* use `$RACK_ENV` when thin is detected for rack apps
16701673

1671-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v300...main
1674+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v301...main
1675+
[v301]: https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301
16721676
[v300]: https://github.com/heroku/heroku-buildpack-ruby/compare/v299...v300
16731677
[v299]: https://github.com/heroku/heroku-buildpack-ruby/compare/v298...v299
16741678
[v298]: https://github.com/heroku/heroku-buildpack-ruby/compare/v297...v298

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

0 commit comments

Comments
 (0)