Skip to content

Commit df2cada

Browse files
committed
v3.2.0
1 parent fdb9ede commit df2cada

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
3.2.0 - 2023-03-17
2+
==================
3+
4+
### Features
5+
- Allow `pre-commit`, `pre-push`, and `pre-merge-commit` as `stages`.
6+
- #2732 issue by @asottile.
7+
- #2808 PR by @asottile.
8+
- Add `pre-rebase` hook support.
9+
- #2582 issue by @BrutalSimplicity.
10+
- #2725 PR by @mgaligniana.
11+
12+
### Fixes
13+
- Remove bulky cargo cache from `language: rust` installs.
14+
- #2820 PR by @asottile.
15+
116
3.1.1 - 2023-02-27
217
==================
318

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 3.1.1
3+
version = 3.2.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)