chore: eza v0.21.3 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
This commit is contained in:
Christina Sørensen 2025-05-01 21:19:11 +02:00 committed by Christina Sørensen
parent 3715dc30a8
commit 5bf6e3d06b
3 changed files with 19 additions and 2 deletions

View file

@ -6,6 +6,22 @@ SPDX-License-Identifier: EUPL-1.2
-->
# Changelog
## [0.21.3] - 2025-05-01
### Features
- Add support for .ipynb file icons
### Styling
- Unbreak formatting
### Build
- Bump DeterminateSystems/nix-installer-action from 16 to 17
- Cargo bump 2025-05-01
- Flake bump 2025-05-01
## [0.21.2] - 2025-04-25
### Bug Fixes
@ -24,6 +40,7 @@ SPDX-License-Identifier: EUPL-1.2
### Miscellaneous Tasks
- Add icon for '.stowrc' files
- Eza v0.21.2 changelogs, version bump
### Performance

2
Cargo.lock generated
View file

@ -434,7 +434,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.21.2"
version = "0.21.3"
dependencies = [
"ansi-width",
"backtrace",

View file

@ -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.21.2"
version = "0.21.3"
[package.metadata.deb]