]> git.scottworley.com Git - pinch/blob - Changelog
Start on 3.0.2
[pinch] / Changelog
1 ## [Unreleased]
2
3
4 ## [3.0.1] - 2020-08-04
5 ### Changed
6 - Make tests fast again when using recent git-cache with backoff
7
8
9 ## [3.0.0] - 2020-07-10
10 ### Changed
11 - Moved git cache out to a separate library
12
13
14 ## [2.1.1] - 2020-07-01
15 ### Changed
16 - Pin faster: Skip archive comparison if git rev is unchanged
17
18
19 ## [2.1.0] - 2020-06-30
20 ### Added
21 - Specify profile path with --profile
22
23
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