mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
v2.19.0
This commit is contained in:
parent
96bf685380
commit
cc9d950601
2 changed files with 25 additions and 1 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -1,3 +1,27 @@
|
||||||
|
2.19.0 - 2022-05-05
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Allow multiple outputs from `language: dotnet` hooks.
|
||||||
|
- #2332 PR by @WallucePinkham.
|
||||||
|
- Add more information to `healthy()` failure.
|
||||||
|
- #2348 PR by @asottile.
|
||||||
|
- Upgrade ruby-build.
|
||||||
|
- #2342 PR by @jalessio.
|
||||||
|
- Add `pre-commit validate-config` / `pre-commit validate-manifest` and
|
||||||
|
deprecate `pre-commit-validate-config` and `pre-commit-validate-manifest`.
|
||||||
|
- #2362 PR by @asottile.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix `pre-push` when pushed ref contains spaces.
|
||||||
|
- #2345 PR by @wwade.
|
||||||
|
- #2344 issue by @wwade.
|
||||||
|
|
||||||
|
### Updating
|
||||||
|
- Change `pre-commit-validate-config` / `pre-commit-validate-manifest` to
|
||||||
|
`pre-commit validate-config` / `pre-commit validate-manifest`.
|
||||||
|
- #2362 PR by @asottile.
|
||||||
|
|
||||||
2.18.1 - 2022-04-02
|
2.18.1 - 2022-04-02
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 2.18.1
|
version = 2.19.0
|
||||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue