Forráskód Böngészése

chore: release eza v0.18.3

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 éve
szülő
commit
9369bedae3
3 módosított fájl, 24 hozzáadás és 2 törlés
  1. 22 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 22 - 0
CHANGELOG.md

@@ -1,11 +1,33 @@
 # Changelog
 
+## [0.18.3] - 2024-02-15
+
+### Bug Fixes
+
+- Duplicates in shell completions
+
+### Documentation
+
+- Add target arch to deb PPA installation for strict apt environments
+
+### Performance
+
+- Do not pre-compute MountInfo to reduce readlink calls
+
+### Refactor
+
+- Use #[default] attribute instead of custom impl for enums
+
 ## [0.18.2] - 2024-02-08
 
 ### Bug Fixes
 
 - Update libgit2 to 1.7.2
 
+### Miscellaneous Tasks
+
+- Release eza v0.18.2
+
 ## [0.18.1] - 2024-02-08
 
 ### Bug Fixes

+ 1 - 1
Cargo.lock

@@ -377,7 +377,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.18.2"
+version = "0.18.3"
 dependencies = [
  "ansiterm",
  "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.2"
+version = "0.18.3"
 
 
 [package.metadata.deb]