Sfoglia il codice sorgente

chore: eza v0.20.18 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 1 anno fa
parent
commit
1f882d8155
3 ha cambiato i file con 21 aggiunte e 2 eliminazioni
  1. 19 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 19 - 0
CHANGELOG.md

@@ -6,12 +6,31 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.18] - 2025-01-23
+
+### Bug Fixes
+
+- Support additional yaml file extension, clippy
+
+### Build
+
+- Cargo bump 2025-01-23
+- Flake bump 2025-01-23
+
+### Ci
+
+- Use rust 1.74 instead of latest via rustup
+
 ## [0.20.17] - 2025-01-16
 
 ### Features
 
 - Add editorconfig icon for .editorconfig
 
+### Miscellaneous Tasks
+
+- Eza v0.20.17 changelogs, version bump
+
 ### Build
 
 - Cargo bump 2025-01-16

+ 1 - 1
Cargo.lock

@@ -434,7 +434,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.20.17"
+version = "0.20.18"
 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.20.17"
+version = "0.20.18"
 
 
 [package.metadata.deb]