Features
Fixes
- Fix
fail_fast
for individual hooks stopping when previous hooks had failed.
Updating
- The per-hook behaviour of
fail_fast
was fixed. If you want the pre-3.7.0
behaviour, addfail_fast: true
to all hooks before the lastfail_fast
hook.