Skip to content

v1.5.0

Compare
Choose a tag to compare
@dirk dirk released this 10 Apr 21:03
· 28 commits to main since this release
  • pre-commit hooks now have git shimmed to discourage stateful actions during parallel execution.
  • pre-commit-mutating hooks are now available: they will be executed sequentially before regular pre-commit hooks and are permitted to mutate state.
  • Switched to Kong for command line parsing.
  • Switched from RSpec to native Go tests.