Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942fe29 commit fe29f33Copy full SHA for fe29f33
2 files changed
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='[email protected]',
0 commit comments