diff --git a/CHANGELOG.md b/CHANGELOG.md index 529cde19..77a6071a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 30dc6e18..09b39344 100644 --- a/setup.py +++ b/setup.py @@ -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',