Răsfoiți Sursa

chore: eza v0.23.0 changelogs, version bump

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

+ 21 - 0
CHANGELOG.md

@@ -6,6 +6,26 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.23.0] - 2025-07-18
+
+### Bug Fixes
+
+- [**breaking**] Make --grid work when not in TTY
+- [**breaking**] Stdin behavior
+
+### Documentation
+
+- Add `--smart-group` option to README
+
+### Features
+
+- Add icons for changelog and todo files
+- Use CHANGES icon for CHANGELOG as well
+
+### Miscellaneous Tasks
+
+- Remove unused dependency
+
 ## [0.22.1] - 2025-07-12
 
 ### Bug Fixes
@@ -24,6 +44,7 @@ SPDX-License-Identifier: EUPL-1.2
 ### Miscellaneous Tasks
 
 - Eza v0.22.0 changelogs, version bump
+- Eza v0.22.1 changelogs, version bump
 
 ### Build
 

+ 1 - 1
Cargo.lock

@@ -417,7 +417,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.22.1"
+version = "0.23.0"
 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.22.1"
+version = "0.23.0"
 
 
 [package.metadata.deb]