Skip to content

Commit bcff73c

Browse files
committed
v2.3.0
1 parent 54fdd6a commit bcff73c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2.3.0 - 2020-04-22
2+
==================
3+
4+
### Features
5+
- Calculate character width using `east_asian_width`
6+
- #1378 PR by @sophgn.
7+
- Use `language_version: system` by default for `node` hooks if `node` / `npm`
8+
are globally installed.
9+
- #1388 PR by @asottile.
10+
11+
### Fixes
12+
- No longer use a hard-coded user id for docker hooks on windows
13+
- #1371 PR by @killuazhu.
14+
- Fix colors on windows during `git commit`
15+
- #1381 issue by @Cielquan.
16+
- #1382 PR by @asottile.
17+
- Produce readable error message for incorrect argument count to `hook-impl`
18+
- #1394 issue by @pip9ball.
19+
- #1395 PR by @asottile.
20+
- Fix installations which involve an upgrade of `pip` on windows
21+
- #1398 issue by @xiaohuazi123.
22+
- #1399 PR by @asottile.
23+
- Preserve line endings in `pre-commit autoupdate`
24+
- #1402 PR by @utek.
25+
126
2.2.0 - 2020-03-12
227
==================
328

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.2.0
3+
version = 2.3.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)