]>
Commit | Line | Data |
---|---|---|
9a21f589 | 1 | ## [Unreleased] |
d06918bc SW |
2 | ### Changed |
3 | - Moved git cache out to a separate library | |
8e3f804c | 4 | |
53a27350 SW |
5 | ## [2.1.1] - 2020-07-01 |
6 | ### Changed | |
7 | - Pin faster: Skip archive comparison if git rev is unchanged | |
8 | ||
8e3f804c SW |
9 | |
10 | ## [2.1.0] - 2020-06-30 | |
9e8ed0ed SW |
11 | ### Added |
12 | - Specify profile path with --profile | |
9a21f589 | 13 | |
8e3f804c | 14 | |
9a21f589 SW |
15 | ## [2.0.0] - 2020-06-17 |
16 | ### Changed | |
17 | - Config sections must now specify their type explicitly | |
18 | ||
19 | ### Added | |
20 | - type=symlink search paths | |
21 | ||
22 | ||
23 | ## [1.5.1] - 2020-06-17 | |
24 | ### Fixed | |
25 | - Support old mypy version 0.701 (by working around its bugs) | |
26 | - Version numbers are now semver | |
27 | ||
28 | ||
29 | ## [1.5] - 2020-06-12 | |
30 | ### Fixed | |
31 | - Support log.showSignature | |
32 | ||
33 | ||
34 | ## [1.4] - 2020-06-11 | |
35 | First usable version |