Răsfoiți Sursa

chore: eza v0.23.4 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 2 luni în urmă
părinte
comite
5b7bc61765
3 a modificat fișierele cu 10 adăugiri și 3 ștergeri
  1. 8 1
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 8 - 1
CHANGELOG.md

@@ -6,7 +6,13 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
-## [0.23.3] - 2025-09-13
+## [0.23.4] - 2025-10-03
+
+### Bug Fixes
+
+- Update nixpkgs/cargo dependencies
+
+## [0.23.3] - 2025-09-14
 
 ### Documentation
 
@@ -19,6 +25,7 @@ SPDX-License-Identifier: EUPL-1.2
 ### Miscellaneous Tasks
 
 - Update snapcraft manifest for core24
+- Eza v0.23.3 changelogs, version bump
 
 ### Build
 

+ 1 - 1
Cargo.lock

@@ -411,7 +411,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.23.3"
+version = "0.23.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.23.3"
+version = "0.23.4"
 
 
 [package.metadata.deb]