]> git.scottworley.com Git - pinch/blob - Changelog
Release 3.0.3
[pinch] / Changelog
1 ## [Unreleased]
2
3
4 ## [3.0.3] - 2021-05-20
5 ### Changed
6 - Don't pass --experimental-features to old nix versions
7
8
9 ## [3.0.2] - 2021-02-16
10 ### Changed
11 - Don't rely on experimental-features=nix-command in system nix.conf
12
13
14 ## [3.0.1] - 2020-08-04
15 ### Changed
16 - Make tests fast again when using recent git-cache with backoff
17
18
19 ## [3.0.0] - 2020-07-10
20 ### Changed
21 - Moved git cache out to a separate library
22
23
24 ## [2.1.1] - 2020-07-01
25 ### Changed
26 - Pin faster: Skip archive comparison if git rev is unchanged
27
28
29 ## [2.1.0] - 2020-06-30
30 ### Added
31 - Specify profile path with --profile
32
33
34 ## [2.0.0] - 2020-06-17
35 ### Changed
36 - Config sections must now specify their type explicitly
37
38 ### Added
39 - type=symlink search paths
40
41
42 ## [1.5.1] - 2020-06-17
43 ### Fixed
44 - Support old mypy version 0.701 (by working around its bugs)
45 - Version numbers are now semver
46
47
48 ## [1.5] - 2020-06-12
49 ### Fixed
50 - Support log.showSignature
51
52
53 ## [1.4] - 2020-06-11
54 First usable version