Skip to content

Commit 98ec74d

Browse files
committed
v1.5.0
1 parent c7fa3b2 commit 98ec74d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
1.5.0
2+
=====
3+
4+
### Features
5+
- pre-commit now supports node hooks on windows.
6+
- for now, requires python3 due to https://bugs.python.org/issue32539
7+
- huge thanks to @wenzowski for the tip!
8+
- #200 issue by @asottile.
9+
- #685 PR by @asottile.
10+
11+
### Misc
12+
- internal reorganization of `PrefixedCommandRunner` -> `Prefix`
13+
- #684 PR by @asottile.
14+
- https-ify links.
15+
- pre-commit.com is now served over https.
16+
- #688 PR by @asottile.
17+
18+
119
1.4.5
220
=====
321

setup.py

Lines changed: 1 addition & 1 deletion
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='1.4.5',
12+
version='1.5.0',
1313

1414
author='Anthony Sottile',
1515
author_email='asottile@umich.edu',

0 commit comments

Comments
 (0)