Explorar el Código

chore: eza v0.21.4 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen hace 8 meses
padre
commit
a72d4fdd58
Se han modificado 3 ficheros con 35 adiciones y 3 borrados
  1. 33 1
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 33 - 1
CHANGELOG.md

@@ -6,12 +6,44 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
-## [0.21.3] - 2025-05-01
+## [0.21.4] - 2025-05-30
+
+### Bug Fixes
+
+- Escape spaces in file path to make them work correctly
+- List inside working dir with `--list-dirs` and no path passed
+- Ignore incorrect Unicode path instead of crashing on Windows
+
+### Miscellaneous Tasks
+
+- Add Visual Studio icon for *.suo
+- Add swift icon for *.xcplayground
+- Add dropbox icon
+
+### Refactor
+
+- Clippy lints
+
+### Styling
+
+- Update formatting
+
+### Build
+
+- Flake bump 2025-05-29
+- Cargo bump 2025-05-29
+- 1.81 -> 1.82
+
+## [0.21.3] - 2025-05-02
 
 ### Features
 
 - Add support for .ipynb file icons
 
+### Miscellaneous Tasks
+
+- Eza v0.21.3 changelogs, version bump
+
 ### Styling
 
 - Unbreak formatting

+ 1 - 1
Cargo.lock

@@ -434,7 +434,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.21.3"
+version = "0.21.4"
 dependencies = [
  "ansi-width",
  "backtrace",

+ 1 - 1
Cargo.toml

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