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