diff --git a/CHANGELOG.md b/CHANGELOG.md index 97aaaca5..ad25e0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.5 +===== +- Consider dead symlinks as files when committing + 0.7.4 ===== - Produce error message instead of crashing on non-utf8 installation failure diff --git a/setup.py b/setup.py index 33f6d5f6..4e4ce8fd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.7.4', + version='0.7.5', author='Anthony Sottile', author_email='asottile@umich.edu',