From 9f5c99577b7a70b38968181c14da8069ca1fb9fd Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 26 Mar 2017 13:45:03 -0700 Subject: [PATCH] v0.13.4 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',