Skip to content

Files

Latest commit

 

History

History
84 lines (51 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

84 lines (51 loc) · 2.04 KB

Changelog

All notable changes to devx crates are documented here. Crates' versions are always bumped all at once.

  • Nothing yet...

0.5.0 - 2021-06-02

Fixed

devx-pre-commit

  • Fixed touched_crates() detection (#46)

0.4.0 - 2021-05-28

Added

devx-cmd

  • Added API methods for reading stderr and hanling failed processes (no_wait) (#45)

Changed

devx-cmd, devx-pre-commit

  • Migrated all documentation to intra-doc-links (#42)

0.3.1 - 2020-09-22

Added

devx-cmd

  • Added Cmd::env method to set environment variables for the processes (#35)

0.3.0 - 2020-08-29

Changed

devx-cmd

  • Use log crate for logging (#30)
  • BREAKING: Replaced Cmd::echo_cmd(bool) -> Cmd::log_cmd(impl Into<Option<log::Level>>) (#30)
  • BREAKING: Replaced Cmd::echo_err(bool) -> Cmd::log_err(impl Into<Option<log::Level>>) (#30)

devx-pre-commit

  • Replaced std::fs with fs-err crate internally (#31)

0.2.0 - 2020-08-22

Changed

devx-cmd

  • BREAKING: Renamed ChildProcess -> Child (#22)
  • Stdout of the child process is always logged from the new line (#22)

0.1.0 - 2020-08-17

  • Initial release