mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v3.2.0
This commit is contained in:
parent
fdb9ede460
commit
df2cada973
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue