File tree 4 files changed +45
-4
lines changed
4 files changed +45
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,43 @@ SPDX-License-Identifier: EUPL-1.2
6
6
-->
7
7
# Changelog
8
8
9
+ ## [ 0.20.1] - 2024-10-03
10
+
11
+ ### Bug Fixes
12
+
13
+ - Release recipe
14
+ - Support passing multiple options for generate-trycmd-test.sh
15
+ - Move options into flags
16
+ - Rustfmt errors
17
+
18
+ ### Documentation
19
+
20
+ - Fix cross-references
21
+ - Update file type colors
22
+ - Document that exit 13 == permission denied
23
+
24
+ ### Features
25
+
26
+ - Update just, add more formats
27
+ - Recursively walk symlinks pointing at dirs
28
+ - Add --follow-symlinks option
29
+ - Add autocomplete for --follow-symlinks
30
+ - Show directories last
31
+
32
+ ### Testing
33
+
34
+ - Add cases for -T and --follow-symlinks
35
+ - Regenerate tests broken by line number changes
36
+
37
+ ### Build
38
+
39
+ - Fix manual version
40
+ - Bump once_cell from 1.19.0 to 1.20.1
41
+
42
+ ### Ci
43
+
44
+ - Remove flakehub, flakestry publish
45
+
9
46
## [ 0.20.0] - 2024-09-26
10
47
11
48
### Bug Fixes
@@ -26,6 +63,10 @@ SPDX-License-Identifier: EUPL-1.2
26
63
- Add a regen rule
27
64
- [ ** breaking** ] Relicensed to EUPL-1.2
28
65
66
+ ### Miscellaneous Tasks
67
+
68
+ - Eza v0.20.0 changelogs, version bump
69
+
29
70
### Refactor
30
71
31
72
- Move some files to ` .config `
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ readme = "README.md"
18
18
homepage = " https://github.com/eza-community/eza"
19
19
license = " EUPL-1.2"
20
20
repository = " https://github.com/eza-community/eza"
21
- version = " 0.20.0 "
21
+ version = " 0.20.1 "
22
22
23
23
24
24
[package .metadata .deb ]
Original file line number Diff line number Diff line change 269
269
nativeBuildInputs =
270
270
with pkgs ;
271
271
[
272
- cargo
273
- clippy
272
+ # cargo
273
+ # clippy
274
274
rustup
275
275
toolchain
276
276
just
You can’t perform that action at this time.
0 commit comments