Skip to content

Commit fe29f33

Browse files
committed
This is 0.2.0
1 parent 942fe29 commit fe29f33

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.0
2+
=====
3+
- Fix for merge-conflict during cherry-picking.
4+
- Add -V / --version
5+
- Add migration install mode / install -f / --overwrite
6+
- Add `pcre` "language" for perl compatible regexes
7+
- Reorganize packages.
8+
19
0.1.1
210
=====
311
- Fixed bug with autoupdate setting defaults on un-updated repos.

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.1.1',
12+
version='0.2.0',
1313

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

0 commit comments

Comments
 (0)