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