diff --git a/CHANGELOG.md b/CHANGELOG.md index f513990c..eccc3aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +0.5.5 +===== +- Change permissions a few files +- Rename the validate entrypoints +- Add --version to some entrypoints +- Add --no-document to gem installations +- Use expanduser when finding the python binary +- Suppress complaint about $TERM when no tty is attached +- Support pcre hooks on osx through ggrep + 0.5.4 ===== - Allow hooks to produce outputs with arbitrary bytes diff --git a/setup.py b/setup.py index 2be6b06e..0f16b551 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.5.4', + version='0.5.5', author='Anthony Sottile', author_email='asottile@umich.edu',