* Assure returned stderr matches one from subprocess.run (35) ssbarnea * Assure check with success does not raise (34) ssbarnea
0.3.0
Changes
Bugfixes
* Keep devnull use compatible with subprocess.run (33) ssbarnea * Assure check=True is supported (31) ssbarnea * There is no need for a 'rich' extra (27) stoned * Increase asyncio.create_subprocess_shell limit (28) apatard
0.2.0
Changes
Major Changes
* Remove custom rich console (24) ssbarnea
0.1.6
Changes
* Add release-drafter workflow (23) ssbarnea * Update minimum version of pytest (20) Chedi