Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 425 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 425 Bytes

[0.2.1] - 2023-03-31

  • Fixed: Strip leading whitespace from failure locations

[0.2.1] - 2022-12-04

  • Set dependency versions with >= so they do not enforce old versions

[0.2.0] - 2021-09-12

  • Add support for Ruby 2.6

[0.1.3] - 2021-09-09

  • Initial release
  • Outputs to console
  • Outputs to file
  • Rerun must be done semi-manually via something like bundle exec rails test $(cat .minitest_failed_tests.txt)