This commit is contained in:
Anthony Sottile
2017-08-24 20:09:17 -07:00
parent fefedfa777
commit 491b90548f
2 changed files with 11 additions and 1 deletions

View File

@@ -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.

View File

@@ -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',