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