This commit is contained in:
Anthony Sottile 2023-05-17 18:36:52 -04:00
parent bcd8274e1c
commit a0a734750e
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
3.3.2 - 2023-05-17
==================
### Fixes
- Work around `r` on windows sometimes double-un-quoting arguments.
- #2885 PR by @lorenzwalthert.
- #2870 issue by @lorenzwalthert.
3.3.1 - 2023-05-02 3.3.1 - 2023-05-02
================== ==================

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pre_commit name = pre_commit
version = 3.3.1 version = 3.3.2
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