chore: release eza v0.18.9

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-03-27 08:01:19 +01:00 committed by Christina E. Sørensen
parent 3338685351
commit b9dfd61723
3 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,18 @@
# Changelog
## [0.18.9] - 2024-03-27
### Features
- Switch out ansiterm crate for nu_ansi_term
### Build
- Bump DeterminateSystems/nix-installer-action from 9 to 10
- Bump plist from 1.6.0 to 1.6.1
- Bump rayon from 1.9.0 to 1.10.0
- Bump git2 from 0.18.2 to 0.18.3
## [0.18.8] - 2024-03-21
### Bug Fixes
@ -11,6 +24,10 @@
- Add fennel lang icon and associations
### Miscellaneous Tasks
- Release eza v0.18.8
## [0.18.7] - 2024-03-14
### Bug Fixes

2
Cargo.lock generated
View file

@ -370,7 +370,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.18.8"
version = "0.18.9"
dependencies = [
"ansi-width",
"chrono",

View file

@ -16,7 +16,7 @@ readme = "README.md"
homepage = "https://github.com/eza-community/eza"
license = "MIT"
repository = "https://github.com/eza-community/eza"
version = "0.18.8"
version = "0.18.9"
[package.metadata.deb]