Skip to content

Commit a72d4fd

Browse files
committed
chore: eza v0.21.4 changelogs, version bump
Signed-off-by: Christina Sørensen <ces@fem.gg>
1 parent fe82442 commit a72d4fd

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,44 @@ SPDX-License-Identifier: EUPL-1.2
66
-->
77
# Changelog
88

9-
## [0.21.3] - 2025-05-01
9+
## [0.21.4] - 2025-05-30
10+
11+
### Bug Fixes
12+
13+
- Escape spaces in file path to make them work correctly
14+
- List inside working dir with `--list-dirs` and no path passed
15+
- Ignore incorrect Unicode path instead of crashing on Windows
16+
17+
### Miscellaneous Tasks
18+
19+
- Add Visual Studio icon for *.suo
20+
- Add swift icon for *.xcplayground
21+
- Add dropbox icon
22+
23+
### Refactor
24+
25+
- Clippy lints
26+
27+
### Styling
28+
29+
- Update formatting
30+
31+
### Build
32+
33+
- Flake bump 2025-05-29
34+
- Cargo bump 2025-05-29
35+
- 1.81 -> 1.82
36+
37+
## [0.21.3] - 2025-05-02
1038

1139
### Features
1240

1341
- Add support for .ipynb file icons
1442

43+
### Miscellaneous Tasks
44+
45+
- Eza v0.21.3 changelogs, version bump
46+
1547
### Styling
1648

1749
- Unbreak formatting

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ readme = "README.md"
2929
homepage = "https://github.com/eza-community/eza"
3030
license = "EUPL-1.2"
3131
repository = "https://github.com/eza-community/eza"
32-
version = "0.21.3"
32+
version = "0.21.4"
3333

3434

3535
[package.metadata.deb]

0 commit comments

Comments
 (0)