Skip to content

Commit 3555a2b

Browse files
committed
v1.9.0
1 parent 9a559cd commit 3555a2b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.9.0
2+
=====
3+
4+
### Features
5+
- Add new `python_venv` language which uses the `venv` module instead of
6+
`virtualenv`
7+
- #631 issue by @dongyuzheng.
8+
- #739 PR by @ojii.
9+
- Include `LICENSE` in distribution
10+
- #745 issue by @nicoddemus.
11+
- #746 PR by @nicoddemus.
12+
13+
### Fixes
14+
- Normalize relative paths for `pre-commit try-repo`
15+
- #750 PR by @asottile.
16+
17+
118
1.8.2
219
=====
320

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='1.8.2',
12+
version='1.9.0',
1313

1414
author='Anthony Sottile',
1515
author_email='asottile@umich.edu',

0 commit comments

Comments
 (0)