Skip to content

Commit 30d3bb2

Browse files
committed
v2.2.0
1 parent 1e0db9c commit 30d3bb2

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
2.1.1 - 2020-02-24
231
==================
332

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 = 2.1.1
3+
version = 2.2.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)