------ * Map ``stderr`` to ``WARNING`` log level * Do not spit out ``remoto``'s own tracebacks when raising remote errors because some exception occurred just do it for non-remoto exceptions * Use version 1.1.1 of execnet with patches.
0.0.11
------ * Catch more TypeError problems when closing the connections.
0.0.10
------ * Allow configuration to raise on non-zero exit status
0.0.9
----- * If the exit status is non-zero on the remote end, raise an exception
0.0.8
----- * Raise RuntimeError on remote exceptions so others can actually catch that.
0.0.7
----- * Patches execnet to allow local popen with sudo python