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