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

Skip to content

Commit 52f39fe

Browse files
committed
v1.10.4
1 parent f2b74e3 commit 52f39fe

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.10.4
2+
======
3+
4+
### Fixes
5+
- Replace `yaml.load` with safe alternative
6+
- `yaml.load` can lead to arbitrary code execution, though not where it
7+
was used
8+
- issue by @tonybaloney
9+
- #779 PR by @asottile.
10+
- Improve not found error with script paths (`./exe`)
11+
- #782 issue by @ssbarnea.
12+
- #785 PR by @asottile.
13+
14+
### Misc
15+
- Improve travis-ci build times by caching rust / swift artifacts
16+
- #781 PR by @expobrain.
17+
- Test against python3.7
18+
- #789 PR by @expobrain.
19+
120
1.10.3
221
======
322

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/pre-commit/pre-commit',
16-
version='1.10.3',
16+
version='1.10.4',
1717
author='Anthony Sottile',
1818
author_email='[email protected]',
1919
classifiers=[

0 commit comments

Comments
 (0)