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