We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df9eb9 commit 4c06239Copy full SHA for 4c06239
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+3.3.0 - 2023-05-01
2
+==================
3
+
4
+### Features
5
+- Upgrade ruby-build.
6
+ - #2846 PR by @jalessio.
7
+- Use blobless clone for faster autoupdate.
8
+ - #2859 PR by @asottile.
9
+- Add `-j` / `--jobs` argument to `autoupdate` for parallel execution.
10
+ - #2863 PR by @asottile.
11
+ - issue by @gaborbernat.
12
13
3.2.2 - 2023-04-03
14
==================
15
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.2.2
+version = 3.3.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