From 65a08a672ad9fe92cf12f508c0ea8b38e82ccf11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 25 Jul 2024 11:12:45 +0200 Subject: [PATCH] chore: release eza v0.18.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dd49fd7..c7a780fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.18.23] - 2024-07-25 + +### Bug Fixes + +- Disable broken freebsd tests + +### Documentation + +- Clear up confusion around ls + +### Build + +- Bump log from 0.4.21 to 0.4.22 +- Bump DeterminateSystems/nix-installer-action from 12 to 13 +- Bump plist from 1.6.1 to 1.7.0 + ## [0.18.22] - 2024-07-18 ### Bug Fixes @@ -10,6 +26,10 @@ - Add non-nix pre-commit rustfmt and clippy hooks +### Miscellaneous Tasks + +- Release eza v0.18.22 + ### Ci - Bump FreeBSD version. diff --git a/Cargo.lock b/Cargo.lock index b25551266..7fa5117c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.22" +version = "0.18.23" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6fefdc140..f801efb57 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.22" +version = "0.18.23" [package.metadata.deb]