- Breaking: the
stdout_str
andstderr_str
methods onbossy::Output
andbossy::Error
now usebossy::Error
instead ofstd::str::Utf8Error
as their error type. - Added
run_and_wait_for_str
andrun_and_wait_for_string
methods tobossy::Command
to make it super easy to get stdout as a string.