From f78e4bb617f06004dbee58c44daca5c96faaa0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 2 May 2024 08:08:21 +0200 Subject: [PATCH] chore: release eza v0.18.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a2926a0..6b2d669fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,28 @@ # Changelog +## [0.18.14] - 2024-05-02 + +### Features + +- Add icon for "cron.minutely" directory + +### Build + +- Bump uzers from 0.11.3 to 0.12.0 +- Bump libc from 0.2.153 to 0.2.154 +- Bump unicode-width from 0.1.11 to 0.1.12 +- Bump palette from 0.7.5 to 0.7.6 + ## [0.18.13] - 2024-04-25 ### Features - Generate completion/manpage tarballs on release +### Miscellaneous Tasks + +- Release eza v0.18.13 + ## [0.18.12] - 2024-04-22 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 622b36548..b7bc73ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.13" +version = "0.18.14" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a10da773f..8f00e774c 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.13" +version = "0.18.14" [package.metadata.deb]