Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a81024

Browse files
committed
v0.9.0
1 parent 60cc415 commit 0a81024

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.9.0
2+
=====
3+
- Only consider forward diff in changed files
4+
- Don't run on staged deleted files that still exist
5+
- Autoupdate to tags when available
6+
- Stop supporting python2.6
7+
- Fix crash with staged files containing unstaged lines which have non-utf8
8+
bytes and trailing whitespace
9+
110
0.8.2
211
=====
312
- Fix a crash introduced in 0.8.0 when an executable was not found

setup.py

Lines changed: 2 additions & 2 deletions
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.8.2',
12+
version='0.9.0',
1313

1414
author='Anthony Sottile',
1515
author_email='[email protected]',
@@ -26,7 +26,7 @@
2626
'Programming Language :: Python :: Implementation :: PyPy',
2727
],
2828

29-
packages=find_packages('.', exclude=('tests*', 'testing*')),
29+
packages=find_packages(exclude=('tests*', 'testing*')),
3030
package_data={
3131
'pre_commit': [
3232
'resources/hook-tmpl',

0 commit comments

Comments
 (0)