This commit is contained in:
Anthony Sottile 2015-02-27 08:05:35 -08:00
parent 4e09a55bf2
commit 7b4470850e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
0.4.0
=====
- Make ^C^C During installation not cause all subsequent runs to fail
- Print while installing (instead of while cloning)
- Use sqlite to manage repositories (instead of symlinks)
- MVP Windows support
0.3.6
=====
- `args` in venv'd languages are now property quoted.

View file

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