Skip to content

Commit 3ad8132

Browse files
committed
chore: eza v0.20.24 changelogs, version bump
Signed-off-by: Christina Sørensen <[email protected]>
1 parent 1756f03 commit 3ad8132

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

9+
## [0.20.24] - 2025-03-13
10+
11+
### Bug Fixes
12+
13+
- Make temp files visible on white background
14+
15+
### Documentation
16+
17+
- More precise temp files color description
18+
19+
### Features
20+
21+
- Add `.exercism` folder icon
22+
- Add `.ocamlinit` icon
23+
- Add `.opam` folder icon
24+
25+
### Miscellaneous Tasks
26+
27+
- Add gcloud icon for .gcloudignore
28+
- Add vim icon for .gvimrc, _vimrc and _gvimrc
29+
- Add fennel icon for ~/.fennelrc and ~/.config/fennel/fennelrc
30+
31+
### Build
32+
33+
- Bump once_cell from 1.20.3 to 1.21.0
34+
- Bump terminal_size from 0.4.1 to 0.4.2
35+
- Bump serde from 1.0.218 to 1.0.219
36+
- Bump chrono from 0.4.39 to 0.4.40
37+
938
## [0.20.23] - 2025-02-27
1039

1140
### Bug Fixes
1241

1342
- Add Pixi installation instructions
1443

44+
### Miscellaneous Tasks
45+
46+
- Eza v0.20.23 changelogs, version bump
47+
1548
### Build
1649

1750
- Bump libc from 0.2.169 to 0.2.170

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
@@ -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.20.23"
32+
version = "0.20.24"
3333

3434

3535
[package.metadata.deb]

0 commit comments

Comments
 (0)