File tree Expand file tree Collapse file tree 2 files changed +27
-8
lines changed
Expand file tree Collapse file tree 2 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 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+
1202.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
8272.0.0 - 2020-01-28
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
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
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
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
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.
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
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.0.1
3+ version = 2.1.0
44description = A framework for managing and maintaining multi-language pre-commit hooks.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments