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

Skip to content

Commit 016eda9

Browse files
committed
v1.17.0
1 parent a75fe69 commit 016eda9

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
1.17.0 - 2019-06-06
2+
===================
3+
4+
### Features
5+
- Produce better output on `^C`
6+
- #1030 PR by @asottile.
7+
- Warn on unknown keys at the top level and repo level
8+
- #1028 PR by @yoavcaspi.
9+
- #1048 PR by @asottile.
10+
11+
### Fixes
12+
- Fix handling of `^C` in wrapper script in python 3.x
13+
- #1027 PR by @asottile.
14+
- Fix `rmtree` for non-writable directories
15+
- #1042 issue by @detailyang.
16+
- #1043 PR by @asottile.
17+
- Pass `--color` option to `git diff` in `--show-diff-on-failure`
18+
- #1007 issue by @chadrik.
19+
- #1051 PR by @mandarvaze.
20+
21+
### Misc.
22+
- Fix test when `pre-commit` is installed globally
23+
- #1032 issue by @yoavcaspi.
24+
- #1045 PR by @asottile.
25+
26+
127
1.16.1 - 2019-05-08
228
===================
329

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 1.16.1
3+
version = 1.17.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)