chore: release eza v0.18.18

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-06-13 10:30:27 +02:00 committed by Christina Rust
parent 19fdf5b42c
commit 285cd3ed0e
3 changed files with 21 additions and 2 deletions

View file

@ -1,11 +1,30 @@
# Changelog
## [0.18.18] - 2024-06-13
### Features
- Extend deny check in audit workflow to all
- Add deny.toml and workflow file to audit workflow paths
- Run on all features by default
- Ask for shell and terminal in bug report template
### Build
- Bump unicode-width from 0.1.12 to 0.1.13
- Bump DeterminateSystems/flake-checker-action from 7 to 8
- Bump DeterminateSystems/nix-installer-action from 11 to 12
## [0.18.17] - 2024-06-05
### Features
- Add icon for Nushell extension
### Miscellaneous Tasks
- Release eza v0.18.17
### Build
- Bump trycmd from 0.15.1 to 0.15.2

2
Cargo.lock generated
View file

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