From 9369bedae3e8ee3bf3f1ca0034868a968e9b4ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 15 Feb 2024 08:26:32 +0100 Subject: [PATCH] chore: release eza v0.18.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7503873f..bab383184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b4c534a3f..c84c3c1ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.2" +version = "0.18.3" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8a06c1600..8594f9b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.2" +version = "0.18.3" [package.metadata.deb]