This commit is contained in:
Anthony Sottile
2018-07-22 08:47:43 -07:00
parent f2b74e3387
commit 52f39fee12
2 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,22 @@
1.10.4
======
### Fixes
- Replace `yaml.load` with safe alternative
- `yaml.load` can lead to arbitrary code execution, though not where it
was used
- issue by @tonybaloney
- #779 PR by @asottile.
- Improve not found error with script paths (`./exe`)
- #782 issue by @ssbarnea.
- #785 PR by @asottile.
### Misc
- Improve travis-ci build times by caching rust / swift artifacts
- #781 PR by @expobrain.
- Test against python3.7
- #789 PR by @expobrain.
1.10.3
======

View File

@@ -13,7 +13,7 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/pre-commit/pre-commit',
version='1.10.3',
version='1.10.4',
author='Anthony Sottile',
author_email='asottile@umich.edu',
classifiers=[