We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942fe29 commit fe29f33Copy full SHA for fe29f33
CHANGELOG.md
@@ -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
+
9
0.1.1
10
=====
11
- Fixed bug with autoupdate setting defaults on un-updated repos.
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
12
- version='0.1.1',
+ version='0.2.0',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments