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 fdb9ede commit df2cadaCopy full SHA for df2cada
2 files changed
CHANGELOG.md
@@ -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
16
3.1.1 - 2023-02-27
17
==================
18
setup.cfg
@@ -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
0 commit comments