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