=================== - Version the local hooks repo - Allow `minimum_pre_commit_version` for local hooks
0.13.1
Not secure
=================== - Fix placeholder gem for ruby local hooks
0.13.0
Not secure
=================== - Autoupdate now works even when the current state is broken. - Improve pre-push fileset on new branches - Allow "language local" hooks, hooks which install dependencies using `additional_dependencies` and `language` are now allowed in `repo: local`.
0.12.2
Not secure
=================== - Fix docker hooks on older (<1.12) docker
0.12.1
Not secure
=================== - golang hooks now support additional_dependencies - Added a --tags-only option to pre-commit autoupdate
0.12.0
Not secure
=================== - The new default file for implementing hooks in remote repositories is now .pre-commit-hooks.yaml to encourage repositories to add the metadata. As such, the previous hooks.yaml is now deprecated and generates a warning. - Fix bug with local configuration interfering with ruby hooks - Added support for hooks written in golang.