mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
v1.11.1
This commit is contained in:
parent
3e11c2d05d
commit
08319101f4
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
1.11.1
|
||||||
|
======
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix `.git` dir detection in `git<2.5` (regression introduced in
|
||||||
|
[1.10.5](#1105))
|
||||||
|
- #831 issue by @mmacpherson.
|
||||||
|
- #832 PR by @asottile.
|
||||||
|
|
||||||
1.11.0
|
1.11.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
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.11.0',
|
version='1.11.1',
|
||||||
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