From 58df7c06e13f4f4947a8fe1d3008ff60d9727281 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 4 Jan 2017 12:43:57 -0800 Subject: [PATCH] v0.10.0 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7486c2d4..1546010e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.10.0 +====== +- Add an `install-hooks` command similar to `install --install-hooks` but + without the `install` side-effects. +- Adds support for docker based hooks. + 0.9.4 ===== - Warn when cygwin / python mismatch diff --git a/setup.py b/setup.py index 5a976942..ed591d51 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.9.4', + version='0.10.0', author='Anthony Sottile', author_email='asottile@umich.edu',