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