This commit is contained in:
Anthony Sottile 2024-07-28 15:58:29 -04:00
parent 8133abd730
commit d46423ffe1
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
3.8.0 - 2024-07-28
==================
### Features
- Implement health checks for `language: r` so environments are recreated if
the system version of R changes.
- #3206 issue by @lorenzwalthert.
- #3265 PR by @lorenzwalthert.
3.7.1 - 2024-05-10 3.7.1 - 2024-05-10
================== ==================

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pre_commit name = pre_commit
version = 3.7.1 version = 3.8.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