diff --git a/CHANGELOG.md b/CHANGELOG.md index da4352ff..7486c2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 67a2a880..5a976942 100644 --- a/setup.py +++ b/setup.py @@ -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',