chore: release eza v0.18.11

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-04-19 06:50:54 +02:00 committed by Christina E. Sørensen
parent 07f67708a5
commit 99562e3a4f
3 changed files with 18 additions and 2 deletions

View file

@ -1,11 +1,27 @@
# Changelog
## [0.18.11] - 2024-04-19
### Bug Fixes
- Fix clippy lints
- Enable the rule only for NetBSD.
- Build aarch64, arm without libgit2
### Ci
- Bump NetBSD version to 10.0
## [0.18.10] - 2024-04-11
### Bug Fixes
- Bump trycmd from 0.15.0 to 0.15.1
### Miscellaneous Tasks
- Release eza v0.18.10
### Build
- Bump nu-ansi-term from 0.49.0 to 0.50.0

2
Cargo.lock generated
View file

@ -370,7 +370,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.18.10"
version = "0.18.11"
dependencies = [
"ansi-width",
"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.10"
version = "0.18.11"
[package.metadata.deb]