This commit is contained in:
Anthony Sottile 2023-03-25 14:02:57 -04:00
parent 0477abd3ce
commit bb49560dc9
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
3.2.1 - 2023-03-25
==================
### Fixes
- Fix `language_version` for `language: rust` without global `rustup`.
- #2823 issue by @daschuer.
- #2827 PR by @asottile.
3.2.0 - 2023-03-17
==================

View file

@ -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