diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b863cf..91824a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.2 +===== +- Add `always_run` setting for hooks to run even without file changes. + 0.7.1 ===== - Support running pre-commit inside submodules diff --git a/setup.py b/setup.py index 01e71298..eac856d2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.7.1', + version='0.7.2', author='Anthony Sottile', author_email='asottile@umich.edu',