chore: release eza v0.18.4

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-02-22 06:29:44 +01:00 committed by Christina E. Sørensen
parent 1a5c5c1b3d
commit 1a36ca2de5
3 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## [0.18.4] - 2024-02-22
### Bug Fixes
- Classification width should be taken into account with -F=auto
### Build
- Bump libc from 0.2.152 to 0.2.153
- Bump chrono from 0.4.33 to 0.4.34
- Bump trycmd from 0.14.20 to 0.15.0
## [0.18.3] - 2024-02-15
### Bug Fixes
@ -10,6 +22,10 @@
- Add target arch to deb PPA installation for strict apt environments
### Miscellaneous Tasks
- Release eza v0.18.3
### Performance
- Do not pre-compute MountInfo to reduce readlink calls

2
Cargo.lock generated
View file

@ -377,7 +377,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.18.3"
version = "0.18.4"
dependencies = [
"ansiterm",
"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.3"
version = "0.18.4"
[package.metadata.deb]