diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:33:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:33:24 +0000 |
commit | b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e (patch) | |
tree | da8add9478f5d2ce59a5179e85f6b4c15c395964 /CHANGELOG.md | |
parent | Releasing debian version 3.7.0-1. (diff) | |
download | pre-commit-b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e.tar.xz pre-commit-b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e.zip |
Merging upstream version 3.7.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 076e163..81d5b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +3.7.1 - 2024-05-10 +================== + +### Fixes +- Fix `language: rust` default language version check when `rust-toolchain.toml` + is present. + - issue by @gaborbernat. + - #3201 PR by @asottile. + 3.7.0 - 2024-03-24 ================== |