Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5c9d36

Browse files
committed
v0.14.0
1 parent acc28ef commit e5c9d36

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.14.0
2+
======
3+
- Add a `pre-commit sample-config` command
4+
- Enable ansi color escapes on modern windows
5+
- `autoupdate` now defaults to `--tags-only`, use `--bleeding-edge` for the
6+
old behavior
7+
- Add support for `log_file` in hook configuration to tee hook output to a
8+
file for CI consumption, etc.
9+
- Fix crash with unicode commit messages during merges in python 2.
10+
- Add a `pass_filenames` option to allow disabling automatic filename
11+
positional arguments to hooks.
12+
113
0.13.6
214
======
315
- Fix regression in 0.13.5: allow `always_run` and `files` together despite

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='0.13.6',
12+
version='0.14.0',
1313

1414
author='Anthony Sottile',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)