Skip to content

Commit f506e9a

Browse files
Prepare release v305 (heroku#1589)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7c1062f commit f506e9a

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

710
## [v304] - 2025-04-28
@@ -1686,7 +1689,8 @@ Bugfixes:
16861689
* Change gem detection to use lockfile parser
16871690
* use `$RACK_ENV` when thin is detected for rack apps
16881691

1689-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...main
1692+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...main
1693+
[v305]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305
16901694
[v304]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304
16911695
[v303]: https://github.com/heroku/heroku-buildpack-ruby/compare/v302...v303
16921696
[v302]: https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302

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

0 commit comments

Comments
 (0)