]> git.scottworley.com Git - pinch/blob - Changelog
Start on 3.0.1
[pinch] / Changelog
1 ## [Unreleased]
2
3
4 ## [3.0.0] - 2020-07-10
5 ### Changed
6 - Moved git cache out to a separate library
7
8
9 ## [2.1.1] - 2020-07-01
10 ### Changed
11 - Pin faster: Skip archive comparison if git rev is unchanged
12
13
14 ## [2.1.0] - 2020-06-30
15 ### Added
16 - Specify profile path with --profile
17
18
19 ## [2.0.0] - 2020-06-17
20 ### Changed
21 - Config sections must now specify their type explicitly
22
23 ### Added
24 - type=symlink search paths
25
26
27 ## [1.5.1] - 2020-06-17
28 ### Fixed
29 - Support old mypy version 0.701 (by working around its bugs)
30 - Version numbers are now semver
31
32
33 ## [1.5] - 2020-06-12
34 ### Fixed
35 - Support log.showSignature
36
37
38 ## [1.4] - 2020-06-11
39 First usable version