mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v1.16.0
This commit is contained in:
parent
72f98d26e6
commit
75651dc8b0
2 changed files with 21 additions and 1 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,3 +1,23 @@
|
||||||
|
1.16.0
|
||||||
|
======
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Add support for `prepare-commit-msg` hook
|
||||||
|
- #1004 PR by @marcjay.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix repeated legacy `pre-commit install` on windows
|
||||||
|
- #1010 issue by @AbhimanyuHK.
|
||||||
|
- #1011 PR by @asottile.
|
||||||
|
- Whitespace fixup
|
||||||
|
- #1014 PR by @mxr.
|
||||||
|
- Fix CI check for working pcre support
|
||||||
|
- #1015 PR by @Myrheimb.
|
||||||
|
|
||||||
|
### Misc.
|
||||||
|
- Switch CI from travis / appveyor to azure pipelines
|
||||||
|
- #1012 PR by @asottile.
|
||||||
|
|
||||||
1.15.2
|
1.15.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 1.15.2
|
version = 1.16.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