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