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