Skip to content

Commit c28003b

Browse files
Prepare release v319 (heroku#1637)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7e97aa6 commit c28003b

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+
## [v319] - 2025-08-27
7+
58
- Add bash based failure metrics reporting for `bin/report`. This allows the buildpack to distinguish beteween types of failures that occur before Ruby code in the buildpack has executed (such as when bootstrapping). (https://github.com/heroku/heroku-buildpack-ruby/pull/1635)
69

710
## [v318] - 2025-08-11
@@ -1751,7 +1754,8 @@ Bugfixes:
17511754
* Change gem detection to use lockfile parser
17521755
* use `$RACK_ENV` when thin is detected for rack apps
17531756

1754-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v318...main
1757+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v319...main
1758+
[v319]: https://github.com/heroku/heroku-buildpack-ruby/compare/v318...v319
17551759
[v318]: https://github.com/heroku/heroku-buildpack-ruby/compare/v317...v318
17561760
[v317]: https://github.com/heroku/heroku-buildpack-ruby/compare/v316...v317
17571761
[v316]: https://github.com/heroku/heroku-buildpack-ruby/compare/v315...v316

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

0 commit comments

Comments
 (0)