mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v1.5.0
This commit is contained in:
parent
c7fa3b2da3
commit
98ec74dcab
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -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
|
||||
=====
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue