# Unreleased # Version 0.3.1 (2020-03-09) - Added `status` and `output` methods to `command::Error`. # Version 0.3.0 (2020-03-09) - **Breaking:** `command::Error` now has more correct variants. This also resulted in some `From` and `IntoResult` impls being added, changed, or removed. # Version 0.2.0 (2020-03-09) - **Breaking:** `command::CommandError` and `command::CommandResult` have been renamed to `command::Error` and `command::Result`, respectively. - **Breaking:** `command::Error` has been completely redone. # Version 0.1.1 (2019-09-05) - `command::CommandError` now implements `Display`. # Version 0.1.0 (2019-07-26) - Initial release! 🎉