File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.2.0 - 2020-03-12
2+ ==================
3+
4+ ### Features
5+ - Add support for the ` post-checkout ` hook
6+ - #1210 issue by @domenkozar .
7+ - #1339 PR by @andrewhare .
8+ - Add more readable ` --from-ref ` / ` --to-ref ` aliases for ` --source ` /
9+ ` --origin `
10+ - #1343 PR by @asottile .
11+
12+ ### Fixes
13+ - Make sure that ` --commit-msg-filename ` is passed for ` commit-msg ` /
14+ ` prepare-commit-msg ` .
15+ - #1336 PR by @particledecay .
16+ - #1341 PR by @particledecay .
17+ - Fix crash when installation error is un-decodable bytes
18+ - #1358 issue by @Guts .
19+ - #1359 PR by @asottile .
20+ - Fix python ` healthy() ` check when ` python ` executable goes missing.
21+ - #1363 PR by @asottile .
22+ - Fix crash when script executables are missing shebangs.
23+ - #1350 issue by @chriselion .
24+ - #1364 PR by @asottile .
25+
26+ ### Misc.
27+ - pre-commit now requires python>=3.6.1 (previously 3.6.0)
28+ - #1346 PR by @asottile .
29+
1302.1.1 - 2020-02-24
231==================
332
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.1.1
3+ version = 2.2.0
44description = A framework for managing and maintaining multi-language pre-commit hooks.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments