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