Skip to content

Commit b152e92

Browse files
committed
v4.1.0
1 parent c3125a4 commit b152e92

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
4.1.0 - 2025-01-20
2+
==================
3+
4+
### Features
5+
- Add `language: julia`.
6+
- #3348 PR by @fredrikekre.
7+
- #2689 issue @jmuchovej.
8+
9+
### Fixes
10+
- Disable automatic toolchain switching for `language: golang`.
11+
- #3304 PR by @AleksaC.
12+
- #3300 issue by @AleksaC.
13+
- #3149 issue by @nijel.
14+
- Fix `language: r` installation when initiated by RStudio.
15+
- #3389 PR by @lorenzwalthert.
16+
- #3385 issue by @lorenzwalthert.
17+
18+
119
4.0.1 - 2024-10-08
220
==================
321

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 4.0.1
3+
version = 4.1.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)