From 63142f2d4ece8fd67cad3521c6e0c0f2bfef1c03 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 21 Jan 2017 18:32:17 -0800 Subject: [PATCH] v0.7.0 --- CHANGELOG | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b9f2331..6f05286 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.7.0 +===== +- Improve search for detecting aws keys +- Add .pre-commit-hooks.yaml for forward compatibility + 0.6.1 ===== - trailing-whitespace-hook: restore original file on catastrophic failure diff --git a/setup.py b/setup.py index b41b466..6671fd2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pre_commit_hooks', description='Some out-of-the-box hooks for pre-commit.', url='https://github.com/pre-commit/pre-commit-hooks', - version='0.6.1', + version='0.7.0', author='Anthony Sottile', author_email='asottile@umich.edu',