We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac42dc5 commit fe9ba6bCopy full SHA for fe9ba6b
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+3.4.0 - 2023-09-02
2
+==================
3
+
4
+### Features
5
+- Add `language: haskell`.
6
+ - #2932 by @alunduil.
7
+- Improve cpu count detection when run under cgroups.
8
+ - #2979 PR by @jdb8.
9
+ - #2978 issue by @jdb8.
10
11
+### Fixes
12
+- Handle negative exit codes from hooks receiving posix signals.
13
+ - #2971 PR by @chriskuehl.
14
+ - #2970 issue by @chriskuehl.
15
16
3.3.3 - 2023-06-13
17
==================
18
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.3.3
+version = 3.4.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