This commit is contained in:
Anthony Sottile 2024-02-18 13:19:11 -05:00
parent 3187538d2b
commit e525726855
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
3.6.2 - 2024-02-18
==================
### Fixes
- Fix building golang hooks during `git commit --all`.
- #3130 PR by @asottile.
- #2722 issue by @pestanko and @matthewhughes934.
3.6.1 - 2024-02-10 3.6.1 - 2024-02-10
================== ==================

View file

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