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