chore: release eza v0.18.19

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-06-20 07:05:31 +02:00 committed by Christina Rust
parent 9965475952
commit 7e21ed993c
3 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## [0.18.19] - 2024-06-20
### Bug Fixes
- Ship release binaries
### Build
- Bump git2 from 0.18.3 to 0.19.0
## [0.18.18] - 2024-06-13
### Features
@ -9,6 +19,10 @@
- Run on all features by default
- Ask for shell and terminal in bug report template
### Miscellaneous Tasks
- Release eza v0.18.18
### Build
- Bump unicode-width from 0.1.12 to 0.1.13

2
Cargo.lock generated
View File

@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.18.18"
version = "0.18.19"
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.18"
version = "0.18.19"
[package.metadata.deb]