Changes
- Replace error-chain with thiserror
- Make any_exp return results deterministically
- Fix argument tokenization
- Update to nix 0.25
Fixes
- Fix https link to pexpect docs
- Many clippy fixes
- Remove unnecesary closures
- Fix EOF detection on nightly
- Fix examples
PR List
- minor spelling fixes by @BeldrothTheGold in #31
- Add dependabot configuration by @matthiasbeyer in #45
- Remove lockfile by @matthiasbeyer in #46
- cargo-fmt in CI and format code by @matthiasbeyer in #52
- Add commit linting by @matthiasbeyer in #56
- Update Badges by @matthiasbeyer in #55
- Add cut_body_after setting by @matthiasbeyer in #54
- Add cargo-deny by @matthiasbeyer in #53
- Add https to the pexpect link by @badhrink in #41
- Add clippy by @matthiasbeyer in #57
- Replace error-chain with thiserror by @matthiasbeyer in #59
- Cleanup examples by @matthiasbeyer in #60
- Format README by @matthiasbeyer in #61
- Remove unnecessary boilerplate from doc examples by @matthiasbeyer in #62
- Make exp_any return the earliest result by @souze in #64
- Ignore dependabot by @matthiasbeyer in #65
- Fix argument tokenization by @matthiasbeyer in #66
- Add cargo-test job by @matthiasbeyer in #67
- Remove maintenance notice by @matthiasbeyer in #51
- Remove unnecessary immediately invoked closures by @souze in #73
- Fix sporadic test failure by @matthiasbeyer in #75
- Let bors cut body after by @matthiasbeyer in #74
- Update nix 0.25 by @matthiasbeyer in #76
- Update to v0.5.0 by @petreeftime in #78
New Contributors
- @BeldrothTheGold made their first contribution in #31
- @matthiasbeyer made their first contribution in #45
- @badhrink made their first contribution in #41
- @souze made their first contribution in #64
- @petreeftime made their first contribution in #78