We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeac061 commit 9ee0768Copy full SHA for 9ee0768
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+3.7.1 - 2024-05-10
2
+==================
3
+
4
+### Fixes
5
+- Fix `language: rust` default language version check when `rust-toolchain.toml`
6
+ is present.
7
+ - issue by @gaborbernat.
8
+ - #3201 PR by @asottile.
9
10
3.7.0 - 2024-03-24
11
==================
12
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.7.0
+version = 3.7.1
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments