Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 31, 2016
1 parent 60cc415 commit 0a81024
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
0.9.0
=====
- Only consider forward diff in changed files
- Don't run on staged deleted files that still exist
- Autoupdate to tags when available
- Stop supporting python2.6
- Fix crash with staged files containing unstaged lines which have non-utf8
bytes and trailing whitespace

0.8.2
=====
- Fix a crash introduced in 0.8.0 when an executable was not found
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.8.2',
version='0.9.0',

author='Anthony Sottile',
author_email='asottile@umich.edu',
Expand All @@ -26,7 +26,7 @@
'Programming Language :: Python :: Implementation :: PyPy',
],

packages=find_packages('.', exclude=('tests*', 'testing*')),
packages=find_packages(exclude=('tests*', 'testing*')),
package_data={
'pre_commit': [
'resources/hook-tmpl',
Expand Down

0 comments on commit 0a81024

Please sign in to comment.