From 99562e3a4f0e3cf76444b0322772970d4773ce71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Fri, 19 Apr 2024 06:50:54 +0200 Subject: [PATCH] chore: release eza v0.18.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16e2d980..06f547a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,27 @@ # Changelog +## [0.18.11] - 2024-04-19 + +### Bug Fixes + +- Fix clippy lints +- Enable the rule only for NetBSD. +- Build aarch64, arm without libgit2 + +### Ci + +- Bump NetBSD version to 10.0 + ## [0.18.10] - 2024-04-11 ### Bug Fixes - Bump trycmd from 0.15.0 to 0.15.1 +### Miscellaneous Tasks + +- Release eza v0.18.10 + ### Build - Bump nu-ansi-term from 0.49.0 to 0.50.0 diff --git a/Cargo.lock b/Cargo.lock index 9a9fb3859..6b3b20a8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.10" +version = "0.18.11" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e5ec04503..cb8edd00b 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.10" +version = "0.18.11" [package.metadata.deb]