]> git.scottworley.com Git - git-cache/blob - Changelog
Start on 1.4.2
[git-cache] / Changelog
1 ## [Unreleased]
2
3
4 ## [1.4.1] - 2021-07-09
5 ### Changed
6 - Suppress git's init.defaultBranch hints
7
8
9 ## [1.4.0] - 2021-06-21
10 ### Changed
11 - Refuse force-push updates even if XDG_CACHE_HOME is cleared
12
13 ### Added
14 - --force flag to recover from remote force-push
15
16
17 ## [1.3.1] - 2021-06-07
18 ### Changed
19 - Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to
20 move the branch heads even if the sought rev is already present (eg: was
21 fetched via a different branch).
22
23
24 ## [1.3.0] - 2021-04-19
25 ### Added
26 - "overlay" and "overlays" flake outputs
27
28
29 ## [1.2.3] - 2020-08-25
30 ### Changed
31 - Fixed stray output from repo creation
32
33
34 ## [1.2.2] - 2020-08-25
35 ### Added
36 - Flake support
37
38
39 ## [1.2.1] - 2020-08-03
40 ### Changed
41 - Build fix for old versions of mypy
42
43
44 ## [1.2.0] - 2020-07-17
45 ### Added
46 - Retry fetch with backoff
47
48
49 ## [1.1.1] - 2020-08-05
50 ### Changed
51 - Build fix for old versions of mypy
52
53
54 ## [1.1.0] - 2020-07-16
55 ### Added
56 - Command line interface
57
58
59 ## [1.0.0] - 2020-07-10
60 Initial release