From 75f1f8cf5204670a076570ef8c4f1d6d50bb32d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 11 Apr 2024 06:57:27 +0200 Subject: [PATCH] chore: release eza v0.18.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a7bd37a..c16e2d980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,25 @@ # Changelog +## [0.18.10] - 2024-04-11 + +### Bug Fixes + +- Bump trycmd from 0.15.0 to 0.15.1 + +### Build + +- Bump nu-ansi-term from 0.49.0 to 0.50.0 + ## [0.18.9] - 2024-03-27 ### Features - Switch out ansiterm crate for nu_ansi_term +### Miscellaneous Tasks + +- Release eza v0.18.9 + ### Build - Bump DeterminateSystems/nix-installer-action from 9 to 10 diff --git a/Cargo.lock b/Cargo.lock index 38ad2ab6d..9a9fb3859 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.9" +version = "0.18.10" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6a0c53bb3..e5ec04503 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.9" +version = "0.18.10" [package.metadata.deb]