Skip to content

Releases: tomcant/retry-cli

v1.0.0

24 Oct 22:38

Choose a tag to compare

What's Changed

  • Make sleep between attempts interruptible by stop signals by @tomcant in #14

Full Changelog: v0.2.4...v1.0.0

v0.2.4

09 Jul 15:23

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

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

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

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

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

Choose a tag to compare

Initial release