Răsfoiți Sursa

chore: release eza v0.18.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 ani în urmă
părinte
comite
cc9924937f
3 a modificat fișierele cu 12 adăugiri și 2 ștergeri
  1. 10 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 # Changelog
 
 
+## [0.18.2] - 2024-02-08
+
+### Bug Fixes
+
+- Update libgit2 to 1.7.2
+
 ## [0.18.1] - 2024-02-08
 ## [0.18.1] - 2024-02-08
 
 
 ### Bug Fixes
 ### Bug Fixes
@@ -10,6 +16,10 @@
 
 
 - Add manual installation section
 - Add manual installation section
 
 
+### Miscellaneous Tasks
+
+- Release eza v0.18.1
+
 ### Refactor
 ### Refactor
 
 
 - Replace scoped_threadpool with rayon
 - Replace scoped_threadpool with rayon

+ 1 - 1
Cargo.lock

@@ -377,7 +377,7 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "eza"
 name = "eza"
-version = "0.18.1"
+version = "0.18.2"
 dependencies = [
 dependencies = [
  "ansiterm",
  "ansiterm",
  "chrono",
  "chrono",

+ 1 - 1
Cargo.toml

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