This commit is contained in:
Anthony Sottile
2017-07-02 20:06:49 -07:00
parent 3c88531d79
commit 416c0756b6
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
0.15.0
======
- Add `types` and `exclude_types` for filtering files. These options take
an array of "tags" identified for each file. The tags are sourced from
[identify](https://github.com/chriskuehl/identify). One can list the tags
for a file by running `identify-cli filename`.
- `files` is now optional (defaulting to `''`)
- `always_run` + missing `files` also defaults to `files: ''` (previously it
defaulted to `'^$'` (this reverses e150921c).
0.14.3
======
- Expose `--origin` and `--source` as `PRE_COMMIT_ORIGIN` and

View File

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