Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ SPDX-License-Identifier: EUPL-1.2
-->
# Changelog

## [0.21.0] - 2025-03-31

### Bug Fixes

- Flake bump 2025-03-20
- Remove unnescesarry unsafe blocks for libc major/minor device id
- Unwrap -> expect on libc deviceid calls
- Formatting issue
- Fix unused PermissionsPlus fields

### Build

- Cargo deps 2025-03-20
- [**breaking**] Change MSRV 1.78.0 -> 1.81.0
- Bump flake deps 2025-03-30
- Bump cargo deps 2025-03-30

## [0.20.24] - 2025-03-13

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

### Build

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ readme = "README.md"
homepage = "https://github.com/eza-community/eza"
license = "EUPL-1.2"
repository = "https://github.com/eza-community/eza"
version = "0.20.24"
version = "0.21.0"


[package.metadata.deb]
Expand Down
Loading