We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd2501 commit 51104faCopy full SHA for 51104fa
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+3.3.1 - 2023-05-02
2
+==================
3
+
4
+### Fixes
5
+- Work around `git` partial clone bug for `autoupdate` on windows.
6
+ - #2866 PR by @asottile.
7
+ - #2865 issue by @adehad.
8
9
3.3.0 - 2023-05-01
10
==================
11
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.3.0
+version = 3.3.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