From 416c0756b6053bde84d1eb0082ec7057ca3242b7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 2 Jul 2017 20:06:49 -0700 Subject: [PATCH] v0.15.0 --- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2385adac..d929f894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 1ec3c6ff..3c94bfa3 100644 --- a/setup.py +++ b/setup.py @@ -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',