diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-02-21 06:15:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-02-21 06:15:11 +0000 |
commit | 5d4f227ea14ecd5d25d5910d13125ab3ddde05e9 (patch) | |
tree | de847f47ec2669e74b9a3459319579346b7c99df /CHANGELOG.md | |
parent | Adding upstream version 3.6.1. (diff) | |
download | pre-commit-5d4f227ea14ecd5d25d5910d13125ab3ddde05e9.tar.xz pre-commit-5d4f227ea14ecd5d25d5910d13125ab3ddde05e9.zip |
Adding upstream version 3.6.2.upstream/3.6.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be2fee6..6c2ee94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== |