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
touched_crates()
detection (#46)
0.4.0 - 2021-05-28
- Added API methods for reading
stderr
and hanling failed processes (no_wait) (#45)
- Migrated all documentation to intra-doc-links (#42)
0.3.1 - 2020-09-22
- Added
Cmd::env
method to set environment variables for the processes (#35)
0.3.0 - 2020-08-29
- 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)
0.2.0 - 2020-08-22
- 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