Skip to content

Commit 1c641b1

Browse files
committed
v2.1.0
1 parent dbdb8f7 commit 1c641b1

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1+
2.1.0 - 2020-02-18
2+
==================
3+
4+
### Features
5+
- Replace `aspy.yaml` with `sort_keys=False`.
6+
- #1306 PR by @asottile.
7+
- Add support for `perl`.
8+
- #1303 PR by @scop.
9+
10+
### Fixes
11+
- Improve `.git/hooks/*` shebang creation when pythons are in `/usr/local/bin`.
12+
- #1312 issue by @kbsezginel.
13+
- #1319 PR by @asottile.
14+
15+
### Misc.
16+
- Add repository badge for pre-commit.
17+
- [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
18+
- #1334 PR by @ddelange.
19+
120
2.0.1 - 2020-01-29
221
==================
322

423
### Fixes
5-
- Fix `ImportError` in python 3.6.0 / 3.6.1 for `typing.NoReturn`
24+
- Fix `ImportError` in python 3.6.0 / 3.6.1 for `typing.NoReturn`.
625
- #1302 PR by @asottile.
726

827
2.0.0 - 2020-01-28
@@ -412,7 +431,7 @@
412431
- #881 issue by @henniss.
413432
- #912 PR by @asottile.
414433

415-
### Misc
434+
### Misc.
416435
- Use `--no-gpg-sign` when running tests
417436
- #894 PR by @s0undt3ch.
418437

@@ -443,7 +462,7 @@
443462
instead using `--no-document`.
444463
- #889 PR by @asottile.
445464

446-
### Misc
465+
### Misc.
447466
- Use `--no-gpg-sign` when running tests
448467
- #885 PR by @s0undt3ch.
449468

@@ -532,7 +551,7 @@
532551
- #772 issue by @asottile.
533552
- #803 PR by @mblayman.
534553

535-
### Misc
554+
### Misc.
536555
- Improve travis-ci build times by caching rust / swift artifacts
537556
- #781 PR by @expobrain.
538557
- Test against python3.7
@@ -641,7 +660,7 @@
641660
- #590 issue by @coldnight.
642661
- #711 PR by @asottile.
643662

644-
### Misc
663+
### Misc.
645664
- test against swift 4.x
646665
- #709 by @theresama.
647666

@@ -685,7 +704,7 @@
685704
- #200 issue by @asottile.
686705
- #685 PR by @asottile.
687706

688-
### Misc
707+
### Misc.
689708
- internal reorganization of `PrefixedCommandRunner` -> `Prefix`
690709
- #684 PR by @asottile.
691710
- https-ify links.
@@ -700,7 +719,7 @@
700719
- Fix `local` golang repositories with `additional_dependencies`.
701720
- #679 #680 issue and PR by @asottile.
702721

703-
### Misc
722+
### Misc.
704723
- Replace some string literals with constants
705724
- #678 PR by @revolter.
706725

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 2.0.1
3+
version = 2.1.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)