Skip to content

Release 7.1.0

Compare
Choose a tag to compare
@smoelius smoelius released this 14 Mar 01:50
· 61 commits to master since this release

7.1.0

  • FEATURE: Add --release flag (#517)—thanks @YanVictorSN
  • Update strum_macros to version 0.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