Parcourir la source

chore: eza v0.20.2 changelogs, version bump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen il y a 1 an
Parent
commit
c1d7dd6cf1
3 fichiers modifiés avec 22 ajouts et 2 suppressions
  1. 20 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 20 - 0
CHANGELOG.md

@@ -6,6 +6,22 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.2] - 2024-10-09
+
+### Bug Fixes
+
+- Colors in old ms command prompt
+- Bring help text in line with available flags
+- Do not print parent filename with --absolute=on
+
+### Miscellaneous Tasks
+
+- Add fox installation option
+
+### Build
+
+- Bump once_cell from 1.20.1 to 1.20.2
+
 ## [0.20.1] - 2024-10-03
 
 ### Bug Fixes
@@ -29,6 +45,10 @@ SPDX-License-Identifier: EUPL-1.2
 - Add autocomplete for --follow-symlinks
 - Show directories last
 
+### Miscellaneous Tasks
+
+- Eza v0.20.1 changelogs, version bump
+
 ### Testing
 
 - Add cases for -T and --follow-symlinks

+ 1 - 1
Cargo.lock

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