mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.5.1
This commit is contained in:
parent
8ffcd386ae
commit
0e5eb19929
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2.5.1 - 2020-06-09
|
||||
==================
|
||||
|
||||
### Fixes
|
||||
- Prevent infinite recursion of post-checkout on clone
|
||||
- #1497 PR by @asottile.
|
||||
- #1496 issue by @admorgan.
|
||||
|
||||
2.5.0 - 2020-06-08
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pre_commit
|
||||
version = 2.5.0
|
||||
version = 2.5.1
|
||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue