mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v0.14.0
This commit is contained in:
parent
acc28efe2f
commit
e5c9d3614b
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
||||||
|
0.14.0
|
||||||
|
======
|
||||||
|
- Add a `pre-commit sample-config` command
|
||||||
|
- Enable ansi color escapes on modern windows
|
||||||
|
- `autoupdate` now defaults to `--tags-only`, use `--bleeding-edge` for the
|
||||||
|
old behavior
|
||||||
|
- Add support for `log_file` in hook configuration to tee hook output to a
|
||||||
|
file for CI consumption, etc.
|
||||||
|
- Fix crash with unicode commit messages during merges in python 2.
|
||||||
|
- Add a `pass_filenames` option to allow disabling automatic filename
|
||||||
|
positional arguments to hooks.
|
||||||
|
|
||||||
0.13.6
|
0.13.6
|
||||||
======
|
======
|
||||||
- Fix regression in 0.13.5: allow `always_run` and `files` together despite
|
- Fix regression in 0.13.5: allow `always_run` and `files` together despite
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
||||||
'hooks.'
|
'hooks.'
|
||||||
),
|
),
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='0.13.6',
|
version='0.14.0',
|
||||||
|
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue