diff --git a/CHANGELOG.md b/CHANGELOG.md index 6beb9842..43091778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.10.0 +====== + +### Features +- Add support for hooks written in `rust` + - #751 PR by @chriskuehl. + 1.9.0 ===== diff --git a/setup.py b/setup.py index 831dc000..5b7ab3fb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.9.0', + version='1.10.0', author='Anthony Sottile', author_email='asottile@umich.edu',