From 5df2a54c8d467c4e6618c560cff3f2771b97d850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 12 Oct 2023 09:56:11 +0200 Subject: [PATCH] chore: release eza v0.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf403035..e9f659a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.14.2] - 2023-10-12 + +### Bug Fixes + +- Comment out redundant static musl build +- Refactor sed command to build manpages +- Update additional completions for help, almost-all, dereference +- Fix zsh completions + +### Documentation + +- Add missing options to man page and CLI --help info + +### Features + +- Add missing nu shell completions +- Adding the EZA_OVERRIDE_GIT env var + +### Refactor + +- Use musl target for amd64 deb package +- Directly use one "big" awk command + +### Styling + +- Remove trailing spaces and trailing line + +### Build + +- Bump libc from 0.2.148 to 0.2.149 +- Bump DeterminateSystems/nix-installer-action from 4 to 5 + ## [0.14.1] - 2023-10-08 ### Bug Fixes @@ -22,6 +54,10 @@ - Add codeowner for nu completions - Readded musl static bin as it works +### Miscellaneous Tasks + +- Release eza v0.14.1 + ### Refactor - Align completions diff --git a/Cargo.lock b/Cargo.lock index 5cbf9180..fc56a5d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.14.1" +version = "0.14.2" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 649ad943..e68fe3a7 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.14.1" +version = "0.14.2" [package.metadata.deb]