We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc899de commit b74a22dCopy full SHA for b74a22d
2 files changed
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+4.3.0 - 2025-08-09
2
+==================
3
+
4
+### Features
5
+- `language: docker` / `language: docker_image`: detect rootless docker.
6
+ - #3446 PR by @matthewhughes934.
7
+ - #1243 issue by @dkolepp.
8
+- `language: julia`: avoid `startup.jl` when executing hooks.
9
+ - #3496 PR by @ericphanson.
10
+- `language: dart`: support latest dart versions which require a higher sdk
11
+ lower bound.
12
+ - #3507 PR by @bc-lee.
13
14
4.2.0 - 2025-03-18
15
==================
16
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 4.2.0
+version = 4.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