Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f98d2 commit 75651dcCopy full SHA for 75651dc
2 files changed
CHANGELOG.md
@@ -1,3 +1,23 @@
1
+1.16.0
2
+======
3
+
4
+### Features
5
+- Add support for `prepare-commit-msg` hook
6
+ - #1004 PR by @marcjay.
7
8
+### Fixes
9
+- Fix repeated legacy `pre-commit install` on windows
10
+ - #1010 issue by @AbhimanyuHK.
11
+ - #1011 PR by @asottile.
12
+- Whitespace fixup
13
+ - #1014 PR by @mxr.
14
+- Fix CI check for working pcre support
15
+ - #1015 PR by @Myrheimb.
16
17
+### Misc.
18
+- Switch CI from travis / appveyor to azure pipelines
19
+ - #1012 PR by @asottile.
20
21
1.15.2
22
======
23
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 1.15.2
+version = 1.16.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments