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