Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 883bd42

Browse files
committed
v1.2.0
1 parent e70825a commit 883bd42

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.2.0
2+
=====
3+
4+
### Features
5+
- Add `pygrep` language
6+
- `pygrep` aims to be a more cross-platform alternative to `pcre` hooks.
7+
- #630 PR by @asottile.
8+
9+
### Fixes
10+
- Use `pipes.quote` for executable path in hook template
11+
- Fixes bash syntax error when git dir contains spaces
12+
- #626 PR by @asottile.
13+
- Clean up hook template
14+
- Simplify code
15+
- Fix `--config` not being respected in some situations
16+
- #627 PR by @asottile.
17+
- Use `file://` protocol for cloning under test
18+
- Fix `file://` clone paths being treated as urls for golang
19+
- Add `ctypes` as an import for virtualenv healthchecks
20+
- Fixes python3.6.2 <=> python3.6.3 virtualenv invalidation
21+
- e70825ab by @asottile.
22+
123
1.1.2
224
=====
325

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.1.2',
12+
version='1.2.0',
1313

1414
author='Anthony Sottile',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)