Signed-off-by: Christina Sørensen <christina@cafkafk.com>
@@ -1,11 +1,33 @@
# Changelog
+## [0.18.3] - 2024-02-15
+
+### Bug Fixes
+- Duplicates in shell completions
+### Documentation
+- Add target arch to deb PPA installation for strict apt environments
+### Performance
+- Do not pre-compute MountInfo to reduce readlink calls
+### Refactor
+- Use #[default] attribute instead of custom impl for enums
## [0.18.2] - 2024-02-08
### Bug Fixes
- Update libgit2 to 1.7.2
+### Miscellaneous Tasks
+- Release eza v0.18.2
## [0.18.1] - 2024-02-08
@@ -377,7 +377,7 @@ dependencies = [
[[package]]
name = "eza"
-version = "0.18.2"
+version = "0.18.3"
dependencies = [
"ansiterm",
"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]