Skip to content

Releases: dev-threads/show-changed-tests

v1.0.1

22 May 12:52
51bb619
Compare
Choose a tag to compare

[1.0.1] - 2025-05-22

Fixed

  • Fixed a crash when the commit message was empty
  • Fixed newline formatting. Now the trailer is correctly preceded by an empty line
    instead of having two trailing empty lines.
  • Fixed crash when a gherkin file failed to parse.
    Files with parse errors are now logged to stderr and skipped.
  • Fixed multiple possible crashes when interacting with git and the file system.
    If an error happens, the error is now logged to stderr and the program does otherwise nothing.
    Even in this error case, show-changed-tests still exits with a success error code
    so it is still possible to commit normally.

v1.0.0

21 May 13:03
Compare
Choose a tag to compare

Initial Release