Skip to content

Commit 23762d3

Browse files
committed
v1.21.0
1 parent f5e7337 commit 23762d3

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
1.21.0 - 2019-01-02
2+
===================
3+
4+
### Features
5+
- Add `conda` as a new `language`.
6+
- #1204 issue by @xhochy.
7+
- #1232 PR by @xhochy.
8+
- Add top-level configuration `files` for file selection.
9+
- #1220 issue by @TheButlah.
10+
- #1248 PR by @asottile.
11+
- Rework `--verbose` / `verbose` to be more consistent with normal runs.
12+
- #1249 PR by @asottile.
13+
- Add support for the `pre-merge-commit` git hook.
14+
- #1210 PR by @asottile.
15+
- this requires git 1.24+.
16+
- Add `pre-commit autoupdate --freeze` which produces "frozen" revisions.
17+
- #1068 issue by @SkypLabs.
18+
- #1256 PR by @asottile.
19+
- Display hook runtime duration when run with `--verbose`.
20+
- #1144 issue by @potiuk.
21+
- #1257 PR by @asottile.
22+
23+
### Fixes
24+
- Produce better error message when erroneously running inside of `.git`.
25+
- #1219 issue by @Nusserdt.
26+
- #1224 PR by @asottile.
27+
- Note: `git` has since fixed this bug: git/git@36fd304d
28+
- Produce better error message when hook installation fails.
29+
- #1250 issue by @asottile.
30+
- #1251 PR by @asottile.
31+
- Fix cloning when `GIT_SSL_CAINFO` is necessary.
32+
- #1253 issue by @igankevich.
33+
- #1254 PR by @igankevich.
34+
- Fix `pre-commit try-repo` for bare, on-disk repositories.
35+
- #1257 issue by @webknjaz.
36+
- #1259 PR by @asottile.
37+
- Add some whitespace to `pre-commit autoupdate` to improve terminal autolink.
38+
- #1261 issue by @yhoiseth.
39+
- #1262 PR by @yhoiseth.
40+
41+
### Misc.
42+
- Minor code documentation updates.
43+
- #1200 PR by @ryanrhee.
44+
- #1201 PR by @ryanrhee.
45+
146
1.20.0 - 2019-10-28
247
===================
348

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.20.0
3+
version = 1.21.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)