chore: release eza v0.14.1

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-08 11:41:38 +02:00
parent d4380fcaaa
commit 4191c4cf1d
No known key found for this signature in database
GPG key ID: 26C542FD97F965CE
3 changed files with 55 additions and 4 deletions

View file

@ -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
<!-- generated by git-cliff -->

2
Cargo.lock generated
View file

@ -356,7 +356,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"ansiterm",
"chrono",

View file

@ -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]