mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
chore: release eza v0.18.18
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
19fdf5b42c
commit
285cd3ed0e
3 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -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
2
Cargo.lock
generated
|
@ -387,7 +387,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "eza"
|
||||
version = "0.18.17"
|
||||
version = "0.18.18"
|
||||
dependencies = [
|
||||
"ansi-width",
|
||||
"chrono",
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue