This commit is contained in:
Anthony Sottile
2017-09-02 20:46:19 -07:00
parent 4e54429b6d
commit 4aa787db19
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
0.18.0
======
- Add a new `docker_image` language type. `docker_image` is intended to be a
lightweight hook type similar to `system` / `script` which allows one to use
an existing docker image that provides a hook. `docker_image` hooks can
also be used as repository `local` hooks.
0.17.0
======
- Fix typos in help

View File

@@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.17.0',
version='0.18.0',
author='Anthony Sottile',
author_email='asottile@umich.edu',