We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6497094 commit 7d546c1Copy full SHA for 7d546c1
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.3.0
2
+=====
3
+- Add `--files` option to `pre-commit run`
4
+
5
0.2.11
6
======
7
- Fix terminal width detection (broken in 0.2.10)
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.2.11',
+ version='0.3.0',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments