diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c9820e18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +0.1.1 +===== +- Fixed bug with autoupdate setting defaults on un-updated repos. + + +0.1 +=== +- Initial Release diff --git a/setup.py b/setup.py index caa928e8..a43a76f6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.1.0', + version='0.1.1', author='Anthony Sottile', author_email='asottile@umich.edu',