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