Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a559cd commit 3555a2bCopy full SHA for 3555a2b
2 files changed
CHANGELOG.md
@@ -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
18
1.8.2
19
=====
20
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='1.8.2',
+ version='1.9.0',
author='Anthony Sottile',
author_email='[email protected]',
0 commit comments