]>
Commit | Line | Data |
---|---|---|
1 | ## [Unreleased] | |
2 | ||
3 | ## [2.1.1] - 2020-07-01 | |
4 | ### Changed | |
5 | - Pin faster: Skip archive comparison if git rev is unchanged | |
6 | ||
7 | ||
8 | ## [2.1.0] - 2020-06-30 | |
9 | ### Added | |
10 | - Specify profile path with --profile | |
11 | ||
12 | ||
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 |