chore: release eza v0.18.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-02-08 19:03:42 +01:00 committed by Christina E. Sørensen
parent 47c9b90368
commit cc9924937f
3 changed files with 12 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

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

View file

@ -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]