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

Skip to content

Commit 4b0a22a

Browse files
committed
v1.11.0
1 parent a2bd009 commit 4b0a22a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.11.0
2+
======
3+
4+
### Features
5+
- Add new `fail` language which always fails
6+
- light-weight way to forbid files by name.
7+
- #812 #821 PRs by @asottile.
8+
9+
### Fixes
10+
- Fix `ResourceWarning`s for unclosed files
11+
- #811 PR by @BoboTiG.
12+
- Don't write ANSI colors on windows when color enabling fails
13+
- #819 PR by @jeffreyrack.
14+
115
1.10.5
216
======
317

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.5',
16+
version='1.11.0',
1717
author='Anthony Sottile',
1818
author_email='[email protected]',
1919
classifiers=[

0 commit comments

Comments
 (0)