From 7e21ed993c490f91bd4434bb4061ca007aedaf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 20 Jun 2024 07:05:31 +0200 Subject: [PATCH] chore: release eza v0.18.19 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 5e1ea0f8..fdfa3b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.18.19] - 2024-06-20 + +### Bug Fixes + +- Ship release binaries + +### Build + +- Bump git2 from 0.18.3 to 0.19.0 + ## [0.18.18] - 2024-06-13 ### Features @@ -9,6 +19,10 @@ - Run on all features by default - Ask for shell and terminal in bug report template +### Miscellaneous Tasks + +- Release eza v0.18.18 + ### Build - Bump unicode-width from 0.1.12 to 0.1.13 diff --git a/Cargo.lock b/Cargo.lock index 42ec45f8..730e05c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.18" +version = "0.18.19" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5c36cdd3..84c82f11 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.18" +version = "0.18.19" [package.metadata.deb]