Skip to content

Commit 20c546a

Browse files
committed
v0.5.0
1 parent 483c4a3 commit 20c546a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.5.0
2+
=====
3+
- Add a new "local" hook type for running hooks without remote configuration.
4+
- Complain loudly when .pre-commit-config.yaml is unstaged.
5+
- Better support for multiple language versions when running hooks.
6+
- Allow exclude to be defaulted in repository configuration.
7+
18
0.4.4
29
=====
310
- Use sys.executable when executing virtualenv

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='0.4.4',
12+
version='0.5.0',
1313

1414
author='Anthony Sottile',
1515
author_email='asottile@umich.edu',

0 commit comments

Comments
 (0)