Releases: dev-threads/show-changed-tests
Releases · dev-threads/show-changed-tests
v1.0.1
[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
Initial Release