diff --git a/CHANGELOG.md b/CHANGELOG.md index ff829b11..603e9881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.3.0 +===== +- Add `--files` option to `pre-commit run` + 0.2.11 ====== - Fix terminal width detection (broken in 0.2.10) diff --git a/setup.py b/setup.py index 33ef8781..bce8bbe3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.2.11', + version='0.3.0', author='Anthony Sottile', author_email='asottile@umich.edu',