diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f862db..7caa5f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ +1.4.4 +===== + +### Fixes +- Invoke `git diff` without a pager during `--show-diff-on-failure`. + - #676 PR by @asottile. + 1.4.3 ===== ### Fixes - `pre-commit` on windows can find pythons at non-hardcoded paths. - - #674 PR by @asottile + - #674 PR by @asottile. 1.4.2 ===== diff --git a/setup.py b/setup.py index ae09ecbc..e2326b73 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.4.3', + version='1.4.4', author='Anthony Sottile', author_email='asottile@umich.edu',