This commit is contained in:
Anthony Sottile 2024-02-10 14:45:43 -05:00
parent 92678c3fa2
commit 15bd0c7993
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
3.6.1 - 2024-02-10
==================
### Fixes
- Remove `PYTHONEXECUTABLE` from environment when running.
- #3110 PR by @untitaker.
- Handle staged-files-only with only a crlf diff.
- #3126 PR by @asottile.
- issue by @tyyrok.
3.6.0 - 2023-12-09
==================

View file

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