Răsfoiți Sursa

chore: eza v0.20.4 changelogs, version bump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 an în urmă
părinte
comite
f607325896
3 a modificat fișierele cu 12 adăugiri și 2 ștergeri
  1. 10 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 10 - 0
CHANGELOG.md

@@ -6,12 +6,22 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.4] - 2024-10-18
+
+### Bug Fixes
+
+- Filetype, coloring for executables and folder
+
 ## [0.20.3] - 2024-10-17
 
 ### Bug Fixes
 
 - Git cliff docs issue
 
+### Miscellaneous Tasks
+
+- Eza v0.20.3 changelogs, version bump
+
 ### Performance
 
 - Reuse filetype from DirEntry

+ 1 - 1
Cargo.lock

@@ -438,7 +438,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.20.3"
+version = "0.20.4"
 dependencies = [
  "ansi-width",
  "backtrace",

+ 1 - 1
Cargo.toml

@@ -18,7 +18,7 @@ readme = "README.md"
 homepage = "https://github.com/eza-community/eza"
 license = "EUPL-1.2"
 repository = "https://github.com/eza-community/eza"
-version = "0.20.3"
+version = "0.20.4"
 
 
 [package.metadata.deb]