Thanks to visit codestin.com Credit goes to github.com
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 0477abd commit bb49560Copy full SHA for bb49560
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+3.2.1 - 2023-03-25
2
+==================
3
+
4
+### Fixes
5
+- Fix `language_version` for `language: rust` without global `rustup`.
6
+ - #2823 issue by @daschuer.
7
+ - #2827 PR by @asottile.
8
9
3.2.0 - 2023-03-17
10
==================
11
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.2.0
+version = 3.2.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