This commit is contained in:
Anthony Sottile
2018-01-13 20:01:29 -08:00
parent c7fa3b2da3
commit 98ec74dcab
2 changed files with 19 additions and 1 deletions

View File

@@ -1,3 +1,21 @@
1.5.0
=====
### Features
- pre-commit now supports node hooks on windows.
- for now, requires python3 due to https://bugs.python.org/issue32539
- huge thanks to @wenzowski for the tip!
- #200 issue by @asottile.
- #685 PR by @asottile.
### Misc
- internal reorganization of `PrefixedCommandRunner` -> `Prefix`
- #684 PR by @asottile.
- https-ify links.
- pre-commit.com is now served over https.
- #688 PR by @asottile.
1.4.5
=====

View File

@@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='1.4.5',
version='1.5.0',
author='Anthony Sottile',
author_email='asottile@umich.edu',