From 4191c4cf1d31f44e974231136560667a21012651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 8 Oct 2023 11:41:38 +0200 Subject: [PATCH] chore: release eza v0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 55 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3865f94..bf403035a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,52 @@ # Changelog -All notable changes to this project will be documented in this file. +## [0.14.1] - 2023-10-08 + +### Bug Fixes + +- Replace left-over exa in fish completion +- Diabling static linked binaries due to segfault +- Make os error 13 fail loud +- Adjust change width calculations for hyperlink and classify +- Root group not painted as expected when eza used by root + +### Documentation + +- Fix typos +- Add zsh with homebrew part to completions section +- Installation on fedora updated + +### Features + +- Add basic nushell completion file +- Add codeowner for nu completions +- Readded musl static bin as it works + +### Refactor + +- Align completions +- Do not match for numbers and remove single-use fn +- Consistent argument order + +### Testing + +- Classify-hyperlink test case for width 50 +- Move classify tests to local + +### Build + +- Make checksums easier to copy-paste +- Bump trycmd from 0.14.17 to 0.14.19 +- Improve release automation +- Fix version bump +- Fix double echo +- Automate gh release +- Add `codegen-units = 1` and remove `opt-level = 3` +- Add back `opt-level = 3` + +### Ci + +- Treat warnings as errors ## [0.14.0] - 2023-10-02 @@ -34,6 +80,7 @@ All notable changes to this project will be documented in this file. - Description of `--color` in README, manpage, and completions - Change `color` to `colo[u]r` in the option description. - Updated man to add new colors +- Correct CONTRIBUTING.md on commit message type ### Features @@ -52,6 +99,10 @@ All notable changes to this project will be documented in this file. - Added fdmdownload icon - Adding the possibility to change git-repos colors +### Miscellaneous Tasks + +- Release 0.14.0 + ### Refactor - Ignore options/flags.rs @@ -985,4 +1036,4 @@ All notable changes to this project will be documented in this file. - :to_str -> ToString::to_string - + diff --git a/Cargo.lock b/Cargo.lock index 22e8d31fc..a89a36458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.14.0" +version = "0.14.1" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e59e8e7bf..649ad9431 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.0" +version = "0.14.1" [package.metadata.deb]