This commit is contained in:
Anthony Sottile 2017-01-21 18:32:17 -08:00
parent 2df9948c67
commit 63142f2d4e
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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',