From 49aa2fd8c015dd7609df7a0b9a382c65168171a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 30 Nov 2023 05:37:49 +0100 Subject: [PATCH] chore: release eza v0.16.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67333c37f..cb4e108b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.16.2] - 2023-11-30 + +### Bug Fixes + +- Calculate width correctly when using grid icons & classify +- Fix the windows build + +### Testing + +- Fix version tests + +### Build + +- Bump webiny/action-conventional-commits from 1.1.0 to 1.2.0 +- Bump DeterminateSystems/nix-installer-action from 7 to 8 +- Bump windows-sys from 0.48.0 to 0.52.0 + ## [0.16.1] - 2023-11-23 ### Bug Fixes @@ -17,6 +34,7 @@ ### Miscellaneous Tasks - Update flake inputs +- Release eza v0.16.1 ### Testing diff --git a/Cargo.lock b/Cargo.lock index 74413afb1..ac36fbd32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.16.1" +version = "0.16.2" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b3ecbae26..13141f3bd 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.16.1" +version = "0.16.2" [package.metadata.deb]