mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v3.4.0
This commit is contained in:
parent
ac42dc586a
commit
fe9ba6b53f
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,3 +1,18 @@
|
||||||
|
3.4.0 - 2023-09-02
|
||||||
|
==================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Add `language: haskell`.
|
||||||
|
- #2932 by @alunduil.
|
||||||
|
- Improve cpu count detection when run under cgroups.
|
||||||
|
- #2979 PR by @jdb8.
|
||||||
|
- #2978 issue by @jdb8.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Handle negative exit codes from hooks receiving posix signals.
|
||||||
|
- #2971 PR by @chriskuehl.
|
||||||
|
- #2970 issue by @chriskuehl.
|
||||||
|
|
||||||
3.3.3 - 2023-06-13
|
3.3.3 - 2023-06-13
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 3.3.3
|
version = 3.4.0
|
||||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue