Version 0.4.0
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
clapdependency from2.33.0to2.33.2 - Updated our (optional)
simple_loggerdependency from1.6.0to1.12.1. - Updated our
logdependency from0.4.8to0.4.11 - Updated our
randdependency from0.7.3to0.8.4
Removed
-
Breaking: Removed the
eb::clampfunction, which is replaced by the now-stabilizedcore::cmp::Ord::clampfunction.The
core::cmp::Ord::clampfunction 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 ofeb.