chore: release eza v0.18.13

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-04-25 16:42:35 +02:00 committed by Christina E. Sørensen
parent c0df8ecd84
commit 8b7dc5f517
3 changed files with 23 additions and 2 deletions

View file

@ -1,5 +1,22 @@
# Changelog
## [0.18.13] - 2024-04-25
### Features
- Generate completion/manpage tarballs on release
## [0.18.12] - 2024-04-22
### Bug Fixes
- Allow unused imports for freebsd
- Checking for deref flag in file_name
### Features
- Add scheme filetype and icons
## [0.18.11] - 2024-04-19
### Bug Fixes
@ -8,6 +25,10 @@
- Enable the rule only for NetBSD.
- Build aarch64, arm without libgit2
### Miscellaneous Tasks
- Release eza v0.18.11
### Ci
- Bump NetBSD version to 10.0

2
Cargo.lock generated
View file

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