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