فهرست منبع

chore: release eza v0.18.21

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 سال پیش
والد
کامیت
d414d4bf50
3فایلهای تغییر یافته به همراه12 افزوده شده و 2 حذف شده
  1. 10 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 10 - 0
CHANGELOG.md

@@ -1,11 +1,21 @@
 # Changelog
 
+## [0.18.21] - 2024-07-01
+
+### Bug Fixes
+
+- Fix missing line breaks in _eza
+
 ## [0.18.20] - 2024-06-27
 
 ### Features
 
 - Add --no-|show-symlinks flags for filtering output
 
+### Miscellaneous Tasks
+
+- Release eza v0.18.20
+
 ## [0.18.19] - 2024-06-20
 
 ### Bug Fixes

+ 1 - 1
Cargo.lock

@@ -387,7 +387,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.18.20"
+version = "0.18.21"
 dependencies = [
  "ansi-width",
  "chrono",

+ 1 - 1
Cargo.toml

@@ -16,7 +16,7 @@ readme = "README.md"
 homepage = "https://github.com/eza-community/eza"
 license = "MIT"
 repository = "https://github.com/eza-community/eza"
-version = "0.18.20"
+version = "0.18.21"
 
 
 [package.metadata.deb]