فهرست منبع

chore: release eza v0.14.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 سال پیش
والد
کامیت
5df2a54c8d
3فایلهای تغییر یافته به همراه38 افزوده شده و 2 حذف شده
  1. 36 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 36 - 0
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

+ 1 - 1
Cargo.lock

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

+ 1 - 1
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]