]> git.scottworley.com Git - pinch/blame - Changelog
Don't pass --experimental-features to old nix
[pinch] / Changelog
CommitLineData
9a21f589 1## [Unreleased]
1d48f551 2- Don't pass --experimental-features to old nix versions
6c552322
SW
3
4## [3.0.2] - 2021-02-16
207c8e0d
SW
5### Changed
6- Don't rely on experimental-features=nix-command in system nix.conf
02c8290c
SW
7
8
9## [3.0.1] - 2020-08-04
36b163ac
SW
10### Changed
11- Make tests fast again when using recent git-cache with backoff
b1590faa
SW
12
13
14## [3.0.0] - 2020-07-10
d06918bc
SW
15### Changed
16- Moved git cache out to a separate library
8e3f804c 17
b1590faa 18
53a27350
SW
19## [2.1.1] - 2020-07-01
20### Changed
21- Pin faster: Skip archive comparison if git rev is unchanged
22
8e3f804c
SW
23
24## [2.1.0] - 2020-06-30
9e8ed0ed
SW
25### Added
26- Specify profile path with --profile
9a21f589 27
8e3f804c 28
9a21f589
SW
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
49First usable version