From f537b778085201e8e4028de16abed439832a2830 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 23 May 2015 20:34:58 -0700 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe86ccc..222f90b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.5.1 +===== +- Fix bug with unknown non-ascii hook-id +- Avoid crash when .git/hooks is not present in some git clients + 0.5.0 ===== - Add a new "local" hook type for running hooks without remote configuration. diff --git a/setup.py b/setup.py index 46661ecf..93e4c1e3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.5.0', + version='0.5.1', author='Anthony Sottile', author_email='asottile@umich.edu',