]>
Commit | Line | Data |
---|---|---|
bef7ce53 | 1 | ## [Unreleased] |
b6097e92 SW |
2 | |
3 | ||
4 | ## [1.4.0] - 2021-06-21 | |
35000f72 SW |
5 | ### Changed |
6 | - Refuse force-push updates even if XDG_CACHE_HOME is cleared | |
7fbbbc3e | 7 | |
083b90e7 SW |
8 | ### Added |
9 | - --force flag to recover from remote force-push | |
10 | ||
7fbbbc3e SW |
11 | |
12 | ## [1.3.1] - 2021-06-07 | |
eb638847 SW |
13 | ### Changed |
14 | - Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to | |
15 | move the branch heads even if the sought rev is already present (eg: was | |
16 | fetched via a different branch). | |
626e7072 C |
17 | |
18 | ||
19 | ## [1.3.0] - 2021-04-19 | |
9f453213 C |
20 | ### Added |
21 | - "overlay" and "overlays" flake outputs | |
edc05165 SW |
22 | |
23 | ||
24 | ## [1.2.3] - 2020-08-25 | |
513b354c SW |
25 | ### Changed |
26 | - Fixed stray output from repo creation | |
a5a489ba SW |
27 | |
28 | ||
29 | ## [1.2.2] - 2020-08-25 | |
6fc1f7ba SW |
30 | ### Added |
31 | - Flake support | |
e22c6fdf SW |
32 | |
33 | ||
34 | ## [1.2.1] - 2020-08-03 | |
5dd71f12 SW |
35 | ### Changed |
36 | - Build fix for old versions of mypy | |
48122142 SW |
37 | |
38 | ||
39 | ## [1.2.0] - 2020-07-17 | |
f36d5c6f SW |
40 | ### Added |
41 | - Retry fetch with backoff | |
839f8d8d SW |
42 | |
43 | ||
4edcbae7 SW |
44 | ## [1.1.1] - 2020-08-05 |
45 | ### Changed | |
46 | - Build fix for old versions of mypy | |
47 | ||
48 | ||
839f8d8d | 49 | ## [1.1.0] - 2020-07-16 |
347be7cf SW |
50 | ### Added |
51 | - Command line interface | |
bef7ce53 | 52 | |
839f8d8d | 53 | |
bef7ce53 SW |
54 | ## [1.0.0] - 2020-07-10 |
55 | Initial release |