Skip to content

v0.19.0

Compare
Choose a tag to compare
@bruzina bruzina released this 16 Dec 15:19
· 137 commits to main since this release

0.19.0 (2021-12-16)

Bug Fixes

  • pre-commit script test fails on env var collision with bats (d57fc8a)
  • pre-push hook should run pre-commit hooks on changed, not all files (531b584)
  • pre-push hook should run pre-commit hooks on changed, not all files (c34c0d6)
  • pre-push hook skips changed files (acc8021)
  • refactored scripts fails on non-existent environment variable (f2cd6a1)
  • shellcheck fails on included scripts (e40610a)

Features

  • add git-merge-commit hook (9a3be21)
  • add gitleaks pre-commit hook (b402316)
  • add scripts/test test runner (07e5554)
  • anti-todo hook checks word boundaries and replaces check-sanity (a05773d)
  • rename tools to scripts (bffa6e4)
  • rename, rewrite, and refactor scripts/check-sanity (2513adc)
  • rename, rewrite, and refactor scripts/pre-commit (1664a1d)
  • rename, rewrite, and refactor scripts/update (52a657e)
  • rewrite, and refactor scripts/pre-push (59a24f3)
  • split setup-repo to bootstrap and setup scripts (f85da8a)