This commit is contained in:
Anthony Sottile 2016-05-16 09:12:32 -07:00
parent 35548254ad
commit adbb569fe9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.5.1
=====
- Add a --no-sort-keys to json pretty formatter
- Add a --remove to fix-encoding-pragma
0.5.0
=====
- Add check-byte-order-marker

View file

@ -6,7 +6,7 @@ setup(
name='pre_commit_hooks',
description='Some out-of-the-box hooks for pre-commit.',
url='https://github.com/pre-commit/pre-commit-hooks',
version='0.5.0',
version='0.5.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',