]>
Commit | Line | Data |
---|---|---|
9a21f589 | 1 | ## [Unreleased] |
3501ba8a | 2 | - Bump git-cache dep to 1.5.0 for "git_ref = tag <tag>" support |
a18858f8 SW |
3 | |
4 | ||
5 | ## [3.0.15] - 2024-03-21 | |
76fea05b | 6 | - Fix a bash-ism in test.sh, which is #!/bin/sh |
235e32e3 | 7 | - Fix setup.py package description |
37f44333 | 8 | - Simplify example invocation in README |
99c5963a SW |
9 | |
10 | ||
11 | ## [3.0.14] - 2024-01-24 | |
ac38f5a2 | 12 | - Allow identical broken symlinks |
02f83340 SW |
13 | |
14 | ||
99c5963a | 15 | ## [3.0.13] - 2023-12-07 |
e99a249b | 16 | - Fixed nested-git issues in pre-commit hook |
7408d43d | 17 | - Adapt to new, stricter minidom type checks |
b573564a | 18 | - Cleaned up changelog |
cf837bc8 SW |
19 | |
20 | ||
21 | ## [3.0.12] - 2023-09-07 | |
ee11f936 | 22 | - Show which files are unexpectedly incomparable |
5d0f42f7 | 23 | - Allow nixpkgs' new intentionally-invalid symlink |
5c37f57d SW |
24 | |
25 | ||
26 | ## [3.0.11] - 2023-05-24 | |
05a3d87b | 27 | - Specify license |
d5abffb3 | 28 | - Dropped "pylint: disable=no-self-use" |
ae63e974 | 29 | - Adapt to nixpkgs nativeCheckInputs change |
86666a85 SW |
30 | |
31 | ||
df45b011 | 32 | ## [3.0.10] - 2022-11-23 |
df45b011 SW |
33 | - Small cleanups |
34 | ||
35 | ||
86666a85 | 36 | ## [3.0.9] - 2022-04-16 |
3111c7ce | 37 | - Really fix tests after restricted mode support update, whether or not the user has channels. |
ed0517bb SW |
38 | |
39 | ||
40 | ## [3.0.8] - 2022-04-15 | |
3111c7ce | 41 | - Fix tests after restricted mode support update (Actually: break them worse) |
efc59d86 | 42 | - Fix git-cache fetch URL |
e2478492 SW |
43 | |
44 | ||
45 | ## [3.0.7] - 2022-02-01 | |
fc168c34 | 46 | - Don't leave old channels laying around |
9c3f5788 SW |
47 | |
48 | ||
49 | ## [3.0.6] - 2022-01-19 | |
fd9d5da1 | 50 | - Deprecate pinch. |
b2bb38e6 | 51 | - Show the channel URL being fetched. |
5144c1d3 | 52 | - Use nix 2.3 because 2.4 broke <nix/unpack-channel.nix>. |
3b2117a3 | 53 | - Support restricted mode: Allow tarball and manifest access with search paths. |
e79a920c | 54 | - Announce test names as they are run. |
ff6f6673 SW |
55 | |
56 | ||
57 | ## [3.0.5] - 2021-07-09 | |
d66db88a | 58 | - Show filename being hashed. Helps find nix store corruption. |
815e366b SW |
59 | |
60 | ||
61 | ## [3.0.4] - 2021-06-07 | |
f2f22eb2 SW |
62 | - Use nix from nixpkgs rather than from PATH. This is needed when the nix in |
63 | PATH is nixUnstable-3.0pre20201020_e0ca98c or later because nix commit | |
64 | 787469c7b66aec12ab6847e7db2cdc8aef5c325e removed <nix/unpack-channel.nix>. | |
175e0ccf SW |
65 | |
66 | ||
67 | ## [3.0.3] - 2021-05-20 | |
1d48f551 | 68 | - Don't pass --experimental-features to old nix versions |
6c552322 | 69 | |
175e0ccf | 70 | |
6c552322 | 71 | ## [3.0.2] - 2021-02-16 |
207c8e0d | 72 | - Don't rely on experimental-features=nix-command in system nix.conf |
02c8290c SW |
73 | |
74 | ||
75 | ## [3.0.1] - 2020-08-04 | |
36b163ac | 76 | - Make tests fast again when using recent git-cache with backoff |
b1590faa SW |
77 | |
78 | ||
79 | ## [3.0.0] - 2020-07-10 | |
d06918bc | 80 | - Moved git cache out to a separate library |
8e3f804c | 81 | |
b1590faa | 82 | |
53a27350 | 83 | ## [2.1.1] - 2020-07-01 |
53a27350 SW |
84 | - Pin faster: Skip archive comparison if git rev is unchanged |
85 | ||
8e3f804c SW |
86 | |
87 | ## [2.1.0] - 2020-06-30 | |
b573564a | 88 | - Allow specifying profile path with --profile |
9a21f589 | 89 | |
8e3f804c | 90 | |
9a21f589 | 91 | ## [2.0.0] - 2020-06-17 |
9a21f589 | 92 | - Config sections must now specify their type explicitly |
b573564a | 93 | - Added type=symlink search paths |
9a21f589 SW |
94 | |
95 | ||
96 | ## [1.5.1] - 2020-06-17 | |
9a21f589 SW |
97 | - Support old mypy version 0.701 (by working around its bugs) |
98 | - Version numbers are now semver | |
99 | ||
100 | ||
101 | ## [1.5] - 2020-06-12 | |
9a21f589 SW |
102 | - Support log.showSignature |
103 | ||
104 | ||
105 | ## [1.4] - 2020-06-11 | |
106 | First usable version |