Skip to content

Releases: rye/eb

Version 0.5.0

04 Oct 11:37
@rye rye
v0.5.0
3d3e1e1
Compare
Choose a tag to compare

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.

Version 0.4.0

08 Aug 17:05
@rye rye
89a51e8
Compare
Choose a tag to compare

Added

  • ✨ A -m (max) flag, which limits the number of times the supplied command is executed. (#82; thanks @tumdum!)
  • A rudimentary set of smoke-tests.

Changed

  • Updated our clap dependency from 2.33.0 to 2.33.2
  • Updated our (optional) simple_logger dependency from 1.6.0 to 1.12.1.
  • Updated our log dependency from 0.4.8 to 0.4.11
  • Updated our rand dependency from 0.7.3 to 0.8.4

Removed

  • Breaking: Removed the eb::clamp function, which is replaced by the now-stabilized core::cmp::Ord::clamp function.

    The core::cmp::Ord::clamp function was added in Rust 1.50.0, which was released on 2021-02-11. If you haven't upgraded yet, you'll need to in order to compile the new version of eb.

Version 0.3.5

21 Apr 18:43
@rye rye
Compare
Choose a tag to compare
cargo: Fix metadata and release version 0.3.5

Signed-off-by: Kristofer Rye <[email protected]>

Version 0.3.4

21 Apr 18:39
@rye rye
Compare
Choose a tag to compare

This release fixes a couple of issues with our CI configuration.

Version 0.3.3

21 Apr 18:31
@rye rye
Compare
Choose a tag to compare
  • Upgrade libc to 0.2.69
  • Upgrade time to 0.1.43
  • Upgrade hermit-abi to 0.1.11
  • Upgrade some CI configuration

Version 0.3.2

25 Mar 21:22
@rye rye
Compare
Choose a tag to compare

This release contains some minor dependency updates, and not much more.

Version 0.3.1

08 Mar 16:59
@rye rye
Compare
Choose a tag to compare

This version involves some dependency updates and some adjustments to error handling.

Version 0.3.0

03 Feb 13:29
@rye rye
Compare
Choose a tag to compare

This release contains the addition of a new simple_logger feature which adds support for logging with simple_logger, and some light modularization work.

Version 0.2.1

30 Jul 15:43
@rye rye
Compare
Choose a tag to compare
v0.2.1

Version 0.2.1

Version 0.2.0

24 Jul 20:23
@rye rye
Compare
Choose a tag to compare
v0.2.0

Version 0.2.0