diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e5049e..7deedb3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +0.17.0 +====== +- 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 ====== - autoupdate attempts to maintain config formatting. diff --git a/setup.py b/setup.py index 1bb2651f..ca842d7e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.16.3', + version='0.17.0', author='Anthony Sottile', author_email='asottile@umich.edu',