Quellcode durchsuchen

chore: eza v0.20.23 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen vor 11 Monaten
Ursprung
Commit
6ff233abbc
3 geänderte Dateien mit 28 neuen und 12 gelöschten Zeilen
  1. 26 10
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 26 - 10
CHANGELOG.md

@@ -6,6 +6,23 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.23] - 2025-02-27
+
+### Bug Fixes
+
+- Add Pixi installation instructions
+
+### Build
+
+- Bump libc from 0.2.169 to 0.2.170
+- Bump serde from 1.0.217 to 1.0.218
+- Bump log from 0.4.25 to 0.4.26
+- Bump trycmd from 0.15.8 to 0.15.9
+
+### Ci
+
+- Remove magic nix cache
+
 ## [0.20.22] - 2025-02-20
 
 ### Features
@@ -17,6 +34,10 @@ SPDX-License-Identifier: EUPL-1.2
 - Add renovate icon for renovate.json
 - Add elixir icon for *.eex, *.leex and mix.lock
 
+### Miscellaneous Tasks
+
+- Eza v0.20.22 changelogs, version bump
+
 ### Build
 
 - Bump once_cell from 1.20.2 to 1.20.3
@@ -815,16 +836,6 @@ SPDX-License-Identifier: EUPL-1.2
 
 ## [0.18.13] - 2024-04-25
 
-### Features
-
-- Generate completion/manpage tarballs on release
-
-### Miscellaneous Tasks
-
-- Release eza v0.18.13
-
-## [0.18.12] - 2024-04-22
-
 ### Bug Fixes
 
 - Allow unused imports for freebsd
@@ -833,6 +844,11 @@ SPDX-License-Identifier: EUPL-1.2
 ### Features
 
 - Add scheme filetype and icons
+- Generate completion/manpage tarballs on release
+
+### Miscellaneous Tasks
+
+- Release eza v0.18.13
 
 ## [0.18.11] - 2024-04-19
 

+ 1 - 1
Cargo.lock

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