Skip to content

Releases: tomcant/retry-cli

v0.2.4

09 Jul 15:23
Compare
Choose a tag to compare

What's Changed

  • Add README.md and LICENSE to the release

Full Changelog: v0.2.3...v0.2.4

v0.2.3

03 Jul 00:37
Compare
Choose a tag to compare

What's Changed

  • Proxy terminating signals received on the parent process to the child by @tomcant in #11

Full Changelog: v0.2.2...v0.2.3

v0.2.2

26 Jun 18:13
Compare
Choose a tag to compare

What's Changed

  • Add a -q|--quiet flag for suppressing output when the wrapped command fails by @tomcant in #10

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Jun 16:55
Compare
Choose a tag to compare

What's Changed

  • Exit with the child's last known exit code when the child process fails by @tomcant in #6
  • Add the child's exit code to failure messages by @tomcant in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Jun 10:48
Compare
Choose a tag to compare

What's Changed

  • Run the child process asynchronously to avoid polling/sleeping by @tomcant in #3
  • Reduce size of the output binary with strip by @tomcant in 168db29

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Jun 10:04
Compare
Choose a tag to compare

Initial release