Skip to content

Commit 974cde1

Browse files
committed
chore: eza v0.21.0 changelogs, version bump
Signed-off-by: Christina Sørensen <[email protected]>
1 parent c0e97f5 commit 974cde1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

9+
## [0.21.0] - 2025-03-31
10+
11+
### Bug Fixes
12+
13+
- Flake bump 2025-03-20
14+
- Remove unnescesarry unsafe blocks for libc major/minor device id
15+
- Unwrap -> expect on libc deviceid calls
16+
- Formatting issue
17+
- Fix unused PermissionsPlus fields
18+
19+
### Build
20+
21+
- Cargo deps 2025-03-20
22+
- [**breaking**] Change MSRV 1.78.0 -> 1.81.0
23+
- Bump flake deps 2025-03-30
24+
- Bump cargo deps 2025-03-30
25+
926
## [0.20.24] - 2025-03-13
1027

1128
### Bug Fixes
@@ -27,6 +44,7 @@ SPDX-License-Identifier: EUPL-1.2
2744
- Add gcloud icon for .gcloudignore
2845
- Add vim icon for .gvimrc, _vimrc and _gvimrc
2946
- Add fennel icon for ~/.fennelrc and ~/.config/fennel/fennelrc
47+
- Eza v0.20.24 changelogs, version bump
3048

3149
### Build
3250

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.24"
32+
version = "0.21.0"
3333

3434

3535
[package.metadata.deb]

0 commit comments

Comments
 (0)