This commit is contained in:
Anthony Sottile 2023-05-02 10:07:25 -04:00
parent 0fd2501503
commit 51104fa94a
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
3.3.1 - 2023-05-02
==================
### Fixes
- Work around `git` partial clone bug for `autoupdate` on windows.
- #2866 PR by @asottile.
- #2865 issue by @adehad.
3.3.0 - 2023-05-01 3.3.0 - 2023-05-01
================== ==================

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pre_commit name = pre_commit
version = 3.3.0 version = 3.3.1
description = A framework for managing and maintaining multi-language pre-commit hooks. description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown