This commit is contained in:
Anthony Sottile 2014-10-03 07:49:54 -07:00
parent 90c3b3c697
commit b2cb0f6fe6
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
0.3.1
=====
- Fix error clobbering #174.
- Remove dependency on `plumbum`.
- Allow pre-commit to be run from anywhere in a repository #175.
0.3.0
=====
- Add `--files` option to `pre-commit run`

View file

@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.3.0',
version='0.3.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',