This commit is contained in:
Anthony Sottile 2023-03-17 14:26:34 -04:00
parent fdb9ede460
commit df2cada973
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
3.2.0 - 2023-03-17
==================
### Features
- Allow `pre-commit`, `pre-push`, and `pre-merge-commit` as `stages`.
- #2732 issue by @asottile.
- #2808 PR by @asottile.
- Add `pre-rebase` hook support.
- #2582 issue by @BrutalSimplicity.
- #2725 PR by @mgaligniana.
### Fixes
- Remove bulky cargo cache from `language: rust` installs.
- #2820 PR by @asottile.
3.1.1 - 2023-02-27
==================

View file

@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 3.1.1
version = 3.2.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown