Skip to content

Commit e5c31cd

Browse files
Prepare release v304 (heroku#1587)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 4bb2854 commit e5c31cd

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+
## [v304] - 2025-04-28
7+
58
- Fix `cp --update=none` on `heroku-20` (https://github.com/heroku/heroku-buildpack-ruby/pull/1586)
69

710
## [v303] - 2025-04-25
@@ -1682,7 +1685,8 @@ Bugfixes:
16821685
* Change gem detection to use lockfile parser
16831686
* use `$RACK_ENV` when thin is detected for rack apps
16841687

1685-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...main
1688+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...main
1689+
[v304]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304
16861690
[v303]: https://github.com/heroku/heroku-buildpack-ruby/compare/v302...v303
16871691
[v302]: https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302
16881692
[v301]: https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301

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

0 commit comments

Comments
 (0)