ソースを参照

chore: eza v0.21.5 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 7 ヶ月 前
コミット
3bca7d5b74
3 ファイル変更20 行追加2 行削除
  1. 18 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 18 - 0
CHANGELOG.md

@@ -6,6 +6,23 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.21.5] - 2025-06-20
+
+### Bug Fixes
+
+- Use OpenBSD 7.7 that has MSRV, instead of 7.6
+- Excessive open file descriptors
+- Typo
+- Impl desirable behaviour for unreadables
+- Unreadables format style
+- Clippy warnings
+- Missing word in comment
+
+### Styling
+
+- Fix various clippy warnings for rust 1.86
+- Remove unnecessary semicolon
+
 ## [0.21.4] - 2025-05-30
 
 ### Bug Fixes
@@ -19,6 +36,7 @@ SPDX-License-Identifier: EUPL-1.2
 - Add Visual Studio icon for *.suo
 - Add swift icon for *.xcplayground
 - Add dropbox icon
+- Eza v0.21.4 changelogs, version bump
 
 ### Refactor
 

+ 1 - 1
Cargo.lock

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