This commit is contained in:
Anthony Sottile 2024-05-10 21:24:51 -04:00
parent eeac061b31
commit 9ee0768353
2 changed files with 10 additions and 1 deletions

View file

@ -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 3.7.0 - 2024-03-24
================== ==================

View file

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