Explorar el Código

chore: release eza v0.18.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
cc9924937f
Se han modificado 3 ficheros con 12 adiciones y 2 borrados
  1. 10 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 10 - 0
CHANGELOG.md

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

+ 1 - 1
Cargo.lock

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