|
| 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 | + |
1 | 46 | 1.20.0 - 2019-10-28 |
2 | 47 | =================== |
3 | 48 |
|
|
0 commit comments