Skip to content

Version 0.5.0

Latest
Compare
Choose a tag to compare
@rye rye released this 04 Oct 11:37
· 214 commits to main since this release
v0.5.0
3d3e1e1

Added

  • Unit (and integration!) tests for a bunch of things!
  • Dependencies on thiserror and anyhow, so that we no longer have to depend on hand-written Error impls.

Changed

  • Extracted the core exponential backoff logic into a backoff module.
  • Relaxed our dependency on clap from 2.33.2 to 2.
  • Relaxed our (optional) dependency on simple_logger from 1.12.1 to 1.
  • Refreshed the language in the README a bit.

Fixed

  • Negative values for the -x flag will now be parsed.