File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.20.0 - 2022-07-10
2
+ ===================
3
+
4
+ ### Features
5
+ - Expose ` source ` and ` object-name ` (positional args) of ` prepare-commit-msg `
6
+ hook as ` PRE_COMMIT_COMIT_MSG_SOURCE ` and ` PRE_COMMIT_COMMIT_OBJECT_NAME ` .
7
+ - #2407 PR by @M-Whitaker .
8
+ - #2406 issue by @M-Whitaker .
9
+
10
+ ### Fixes
11
+ - Fix ` language: ruby ` installs when ` --user-install ` is set in gemrc.
12
+ - #2394 PR by @narpfel .
13
+ - #2393 issue by @narpfel .
14
+ - Adjust pty setup for solaris.
15
+ - #2390 PR by @gaige .
16
+ - #2389 issue by @gaige .
17
+ - Remove unused ` --config ` option from ` gc ` , ` sample-config ` ,
18
+ ` validate-config ` , ` validate-manifest ` sub-commands.
19
+ - #2429 PR by @asottile .
20
+
1
21
2.19.0 - 2022-05-05
2
22
===================
3
23
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pre_commit
3
- version = 2.19 .0
3
+ version = 2.20 .0
4
4
description = A framework for managing and maintaining multi-language pre-commit hooks.
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments