Skip to content

Releases: rust-cli/rexpect

Release v0.5.0

20 Oct 05:44
69171fa
Compare
Choose a tag to compare

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

New Contributors