Ver código fonte

chore: eza v0.20.5 changelogs, version bump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 ano atrás
pai
commit
ab57f46344
3 arquivos alterados com 22 adições e 2 exclusões
  1. 20 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 20 - 0
CHANGELOG.md

@@ -6,12 +6,32 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.5] - 2024-10-25
+
+### Bug Fixes
+
+- Ensure nested tree parts align under item name
+- Remove depricated `chrono` `from_timestamp_opt`
+
+### Miscellaneous Tasks
+
+- Update generated test files
+
+### Build
+
+- Bump libc from 0.2.159 to 0.2.161
+- Chrono v0.4.34 -> v0.4.38
+
 ## [0.20.4] - 2024-10-18
 
 ### Bug Fixes
 
 - Filetype, coloring for executables and folder
 
+### Miscellaneous Tasks
+
+- Eza v0.20.4 changelogs, version bump
+
 ## [0.20.3] - 2024-10-17
 
 ### Bug Fixes

+ 1 - 1
Cargo.lock

@@ -438,7 +438,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.20.4"
+version = "0.20.5"
 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.4"
+version = "0.20.5"
 
 
 [package.metadata.deb]