This commit is contained in:
Anthony Sottile
2016-12-05 08:07:53 -08:00
parent 1a5f247a7b
commit 8837cfa7ff
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
0.9.4
=====
- Warn when cygwin / python mismatch
- Add --config for customizing configuration during run
- Update rbenv + plugins to latest versions
- pcre hooks now fail when grep / ggrep are not present
0.9.3
=====
- Fix python hook installation when a strange setup.cfg exists

View File

@@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.9.3',
version='0.9.4',
author='Anthony Sottile',
author_email='asottile@umich.edu',