Skip to content

Commit 78a2d86

Browse files
committed
v2.20.0
1 parent e3dc5b7 commit 78a2d86

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
2.19.0 - 2022-05-05
222
===================
323

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.19.0
3+
version = 2.20.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)