mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v1.10.4
This commit is contained in:
parent
f2b74e3387
commit
52f39fee12
2 changed files with 20 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -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
|
1.10.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ setup(
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='1.10.3',
|
version='1.10.4',
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue