Skip to content

Commit cc9d950

Browse files
committed
v2.19.0
1 parent 96bf685 commit cc9d950

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2.19.0 - 2022-05-05
2+
===================
3+
4+
### Features
5+
- Allow multiple outputs from `language: dotnet` hooks.
6+
- #2332 PR by @WallucePinkham.
7+
- Add more information to `healthy()` failure.
8+
- #2348 PR by @asottile.
9+
- Upgrade ruby-build.
10+
- #2342 PR by @jalessio.
11+
- Add `pre-commit validate-config` / `pre-commit validate-manifest` and
12+
deprecate `pre-commit-validate-config` and `pre-commit-validate-manifest`.
13+
- #2362 PR by @asottile.
14+
15+
### Fixes
16+
- Fix `pre-push` when pushed ref contains spaces.
17+
- #2345 PR by @wwade.
18+
- #2344 issue by @wwade.
19+
20+
### Updating
21+
- Change `pre-commit-validate-config` / `pre-commit-validate-manifest` to
22+
`pre-commit validate-config` / `pre-commit validate-manifest`.
23+
- #2362 PR by @asottile.
24+
125
2.18.1 - 2022-04-02
226
===================
327

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.18.1
3+
version = 2.19.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)