Skip to content

Commit 74fed8c

Browse files
committed
chore: eza v0.20.1 changelogs, version bump
Signed-off-by: Christina Sørensen <[email protected]>
1 parent c86edc5 commit 74fed8c

File tree

4 files changed

+45
-4
lines changed

4 files changed

+45
-4
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,43 @@ SPDX-License-Identifier: EUPL-1.2
66
-->
77
# Changelog
88

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+
946
## [0.20.0] - 2024-09-26
1047

1148
### Bug Fixes
@@ -26,6 +63,10 @@ SPDX-License-Identifier: EUPL-1.2
2663
- Add a regen rule
2764
- [**breaking**] Relicensed to EUPL-1.2
2865

66+
### Miscellaneous Tasks
67+
68+
- Eza v0.20.0 changelogs, version bump
69+
2970
### Refactor
3071

3172
- Move some files to `.config`

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.md"
1818
homepage = "https://github.com/eza-community/eza"
1919
license = "EUPL-1.2"
2020
repository = "https://github.com/eza-community/eza"
21-
version = "0.20.0"
21+
version = "0.20.1"
2222

2323

2424
[package.metadata.deb]

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@
269269
nativeBuildInputs =
270270
with pkgs;
271271
[
272-
cargo
273-
clippy
272+
# cargo
273+
# clippy
274274
rustup
275275
toolchain
276276
just

0 commit comments

Comments
 (0)