=================== - Fix typos in help - Allow `commit-msg` hook to be uninstalled - Upgrade the `sample-config` - Remove undocumented `--no-stash` and `--allow-unstaged-config` - Remove `validate_config` hook pre-commit hook. - Fix installation race condition when multiple `pre-commit` processes would attempt to install the same repository.
0.16.3
Not secure
=================== - autoupdate attempts to maintain config formatting.
0.16.2
Not secure
=================== - Initialize submodules in hook repositories.
0.16.1
Not secure
=================== - Improve node support when running under cygwin.
0.16.0
Not secure
=================== - Remove backward compatibility with repositories providing metadata via `hooks.yaml`. New repositories should provide `.pre-commit-hooks.yaml`. Run `pre-commit autoupdate` to upgrade to the latest repositories. - Improve golang support when running under cygwin. - Fix crash with unstaged trailing whitespace additions while git was configured with `apply.whitespace = error`. - Fix crash with unstaged end-of-file crlf additions and the file's lines ended with crlf while git was configured with `core-autocrlf = true`.
0.15.4
Not secure
=================== - Add support for the `commit-msg` git hook