We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffcd38 commit 0e5eb19Copy full SHA for 0e5eb19
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+2.5.1 - 2020-06-09
2
+==================
3
+
4
+### Fixes
5
+- Prevent infinite recursion of post-checkout on clone
6
+ - #1497 PR by @asottile.
7
+ - #1496 issue by @admorgan.
8
9
2.5.0 - 2020-06-08
10
==================
11
setup.cfg
@@ -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
0 commit comments