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