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