diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c06445f..ba13a10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.14.2 +====== +- Use `--no-ext-diff` when running `git diff` + 0.14.1 ====== - Don't crash when `always_run` is `True` and `files` is not provided. diff --git a/setup.py b/setup.py index b6a213fb..b11ab90b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.14.1', + version='0.14.2', author='Anthony Sottile', author_email='asottile@umich.edu',