Signed-off-by: Christina Sørensen <christina@cafkafk.com>
@@ -1,11 +1,21 @@
# Changelog
+## [0.19.0] - 2024-08-08
+
+### Bug Fixes
+- [**breaking**] Implement `EZA_GRID_ROWS` grid details view minimum rows threshold
## [0.18.24] - 2024-08-03
### Bug Fixes
- 1.80 breakage from time crate
+### Miscellaneous Tasks
+- Release eza v0.18.24
### Build
- Bump time dependency
@@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "eza"
-version = "0.18.24"
+version = "0.19.0"
dependencies = [
"ansi-width",
"chrono",
@@ -16,7 +16,7 @@ readme = "README.md"
homepage = "https://github.com/eza-community/eza"
license = "MIT"
repository = "https://github.com/eza-community/eza"
[package.metadata.deb]