We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8133abd commit d46423fCopy full SHA for d46423f
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+3.8.0 - 2024-07-28
2
+==================
3
+
4
+### Features
5
+- Implement health checks for `language: r` so environments are recreated if
6
+ the system version of R changes.
7
+ - #3206 issue by @lorenzwalthert.
8
+ - #3265 PR by @lorenzwalthert.
9
10
3.7.1 - 2024-05-10
11
==================
12
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.7.1
+version = 3.8.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