Bläddra i källkod

chore: eza v0.23.1 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 4 månader sedan
förälder
incheckning
27fe395f1d
3 ändrade filer med 24 tillägg och 2 borttagningar
  1. 22 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 22 - 0
CHANGELOG.md

@@ -6,6 +6,27 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.23.1] - 2025-08-29
+
+### Bug Fixes
+
+- Restore unsafe blocks for libc major/minor device id
+- `cargo deb` metadata to `LICENSE.txt`
+
+### Documentation
+
+- Improve man page description of flags with default values
+- "default behavior" means eza's default behavior, not an option's default value
+
+### Features
+
+- Added completion
+
+### Build
+
+- Cargo bump 2025-07-19
+- Flake bump 2025-07-19
+
 ## [0.23.0] - 2025-07-18
 
 ### Bug Fixes
@@ -25,6 +46,7 @@ SPDX-License-Identifier: EUPL-1.2
 ### Miscellaneous Tasks
 
 - Remove unused dependency
+- Eza v0.23.0 changelogs, version bump
 
 ## [0.22.1] - 2025-07-12
 

+ 1 - 1
Cargo.lock

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