Skip to content

Commit 6abb05a

Browse files
committed
v3.0.2
1 parent 2e1cfa8 commit 6abb05a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.0.2 - 2023-01-29
2+
==================
3+
4+
### Fixes
5+
- Prevent local `Gemfile` from interfering with hook execution.
6+
- #2727 PR by @asottile.
7+
- Fix `language: r`, `repo: local` hooks
8+
- pre-commit-ci/issues#107 by @lorenzwalthert.
9+
- #2728 PR by @asottile.
10+
111
3.0.1 - 2023-01-26
212
==================
313

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 = 3.0.1
3+
version = 3.0.2
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)