diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c62181..b98ee0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.3.4 +===== +- Allow hook providers to default `args` in `hooks.yaml` + 0.3.3 ===== - Improve message for `CalledProcessError` diff --git a/setup.py b/setup.py index 0d9fe2e6..af171031 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.3.3', + version='0.3.4', author='Anthony Sottile', author_email='asottile@umich.edu',