diff --git a/CHANGELOG.md b/CHANGELOG.md index 762176a9..40665f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.13.4 +====== +- Add `--show-diff-on-failure` option to `pre-commit run` +- Replace `jsonschema` with better erorr messages + 0.13.3 ====== - Add `--allow-missing-config` to install: allows `git commit` without a diff --git a/setup.py b/setup.py index 2e016947..0536470c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.13.3', + version='0.13.4', author='Anthony Sottile', author_email='asottile@umich.edu',