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