tag:github.com,2008:https://github.com/rye/eb/releases Release notes from eb 2021-10-04T11:18:03Z tag:github.com,2008:Repository/196412571/v0.5.0 2021-10-04T11:37:00Z Version 0.5.0 <h1>Added</h1> <ul> <li>Unit (and integration!) tests for a bunch of things!</li> <li>Dependencies on <code>thiserror</code> and <code>anyhow</code>, so that we no longer have to depend on hand-written <code>Error</code> impls.</li> </ul> <h1>Changed</h1> <ul> <li>Extracted the core exponential backoff logic into a <code>backoff</code> module.</li> <li>Relaxed our dependency on <code>clap</code> from <code>2.33.2</code> to <code>2</code>.</li> <li>Relaxed our (optional) dependency on <code>simple_logger</code> from <code>1.12.1</code> to <code>1</code>.</li> <li>Refreshed the language in the README a bit.</li> </ul> <h1>Fixed</h1> <ul> <li>Negative values for the <code>-x</code> flag will now be parsed.</li> </ul> rye tag:github.com,2008:Repository/196412571/v0.4.0 2021-08-08T17:05:43Z Version 0.4.0 <h1>Added</h1> <ul> <li>✨ A <code>-m</code> (<code>max</code>) flag, which limits the number of times the supplied command is executed. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="712980151" data-permission-text="Title is private" data-url="https://github.com/rye/eb/issues/82" data-hovercard-type="pull_request" data-hovercard-url="/rye/eb/pull/82/hovercard" href="https://github.com/rye/eb/pull/82">#82</a>; thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tumdum/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tumdum">@tumdum</a>!)</li> <li>A rudimentary set of smoke-tests.</li> </ul> <h1>Changed</h1> <ul> <li>Updated our <code>clap</code> dependency from <code>2.33.0</code> to <code>2.33.2</code></li> <li>Updated our (optional) <code>simple_logger</code> dependency from <code>1.6.0</code> to <code>1.12.1</code>.</li> <li>Updated our <code>log</code> dependency from <code>0.4.8</code> to <code>0.4.11</code></li> <li>Updated our <code>rand</code> dependency from <code>0.7.3</code> to <code>0.8.4</code></li> </ul> <h1>Removed</h1> <ul> <li> <p><strong>Breaking</strong>: Removed the <code>eb::clamp</code> function, which is replaced by the now-stabilized <code>core::cmp::Ord::clamp</code> function.</p> <p>The <code>core::cmp::Ord::clamp</code> 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 <code>eb</code>.</p> </li> </ul> rye tag:github.com,2008:Repository/196412571/v0.3.5 2020-04-21T18:43:24Z Version 0.3.5 <p>cargo: Fix metadata and release version 0.3.5</p> <p>Signed-off-by: Kristofer Rye &lt;kristofer.rye@gmail.com&gt;</p> rye tag:github.com,2008:Repository/196412571/v0.3.4 2020-04-21T18:39:58Z Version 0.3.4 <p>This release fixes a couple of issues with our CI configuration.</p> rye tag:github.com,2008:Repository/196412571/v0.3.3 2020-04-21T18:31:10Z Version 0.3.3 <ul> <li>Upgrade <code>libc</code> to <code>0.2.69</code></li> <li>Upgrade <code>time</code> to <code>0.1.43</code></li> <li>Upgrade <code>hermit-abi</code> to <code>0.1.11</code></li> <li>Upgrade some CI configuration</li> </ul> rye tag:github.com,2008:Repository/196412571/v0.3.2 2020-03-25T21:22:37Z Version 0.3.2 <p>This release contains some minor dependency updates, and not much more.</p> rye tag:github.com,2008:Repository/196412571/v0.3.1 2020-03-08T16:59:15Z Version 0.3.1 <p>This version involves some dependency updates and some adjustments to error handling.</p> rye tag:github.com,2008:Repository/196412571/v0.3.0 2020-02-03T13:29:43Z Version 0.3.0 <p>This release contains the addition of a new <code>simple_logger</code> feature which adds support for logging with <code>simple_logger</code>, and some light modularization work.</p> rye tag:github.com,2008:Repository/196412571/v0.2.1 2019-07-30T15:43:08Z Version 0.2.1 No content. rye tag:github.com,2008:Repository/196412571/v0.2.0 2019-07-24T20:23:41Z Version 0.2.0 No content. rye