Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@stylemistake stylemistake released this 28 Jun 14:57
· 3 commits to master since this release
v0.10.0

Features

  • Use dash as an alias for stdin, which allows using named pipes as runnerfiles @stylemistake

Bug fixes

  • Fix set -o unset behavior in Bash 4.x @mikynov
  • Fix unbound variable in runner_pretty_ms @mikynov
  • Fix unbound variable in runner_bootstrap @mikynov
  • Use explicit returns in runner_sequence, fixes error propagation in failing tasks. #35 @stylemistake

Refactoring