Release 7.1.0
7.1.0
- FEATURE: Add
--release
flag (#517)—thanks @YanVictorSN - Update
strum_macros
to version0.27
(#519) - Fix a bug causing
--no-ui
to not work (#521) - Have "Could not find 'Testing aborted programmatically' in command output" generate a distinguished error message (d150dd3)
- Rather than re-execute failed commands, debug print their messages (e0917e4)
- Fix package/module name collision bug (#522)—thanks @anishnaik for the bug report