Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 12:52
· 2 commits to main since this release
51bb619

[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.