chore: release eza v0.14.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-12 09:56:11 +02:00
parent 46ac077402
commit 5df2a54c8d
No known key found for this signature in database
GPG key ID: 26C542FD97F965CE
3 changed files with 38 additions and 2 deletions

View file

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

2
Cargo.lock generated
View file

@ -356,7 +356,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.14.1"
version = "0.14.2"
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.1"
version = "0.14.2"
[package.metadata.deb]