This commit is contained in:
Anthony Sottile
2019-05-04 08:26:42 -07:00
parent 72f98d26e6
commit 75651dc8b0
2 changed files with 21 additions and 1 deletions

View File

@@ -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
======

View File

@@ -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