]> git.scottworley.com Git - git-cache/blame_incremental - Changelog
Release 1.3.1
[git-cache] / Changelog
... / ...
CommitLineData
1## [Unreleased]
2
3
4## [1.3.1] - 2021-06-07
5### Changed
6- Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to
7move the branch heads even if the sought rev is already present (eg: was
8fetched via a different branch).
9
10
11## [1.3.0] - 2021-04-19
12### Added
13- "overlay" and "overlays" flake outputs
14
15
16## [1.2.3] - 2020-08-25
17### Changed
18- Fixed stray output from repo creation
19
20
21## [1.2.2] - 2020-08-25
22### Added
23- Flake support
24
25
26## [1.2.1] - 2020-08-03
27### Changed
28- Build fix for old versions of mypy
29
30
31## [1.2.0] - 2020-07-17
32### Added
33- Retry fetch with backoff
34
35
36## [1.1.1] - 2020-08-05
37### Changed
38- Build fix for old versions of mypy
39
40
41## [1.1.0] - 2020-07-16
42### Added
43- Command line interface
44
45
46## [1.0.0] - 2020-07-10
47Initial release