chore: release eza v0.18.16

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-05-16 16:27:34 +02:00 committed by Christina Rust
parent 70891fa1af
commit bbede6d453
3 changed files with 24 additions and 2 deletions

View File

@ -1,5 +1,23 @@
# Changelog
## [0.18.16] - 2024-05-16
### Bug Fixes
- Change windows-only imports to be windows-only
### Documentation
- Replace decay with color-scale
- Update INSTALL.md
- Fix typo in `INSTALL.md`
- Use 3 columns for packaging status badge
### Build
- Bump DeterminateSystems/flake-checker-action from 5 to 7
- Bump DeterminateSystems/nix-installer-action from 10 to 11
## [0.18.15] - 2024-05-09
### Bug Fixes
@ -18,6 +36,10 @@
- Return to original commit at the end of deb-package.sh
- Add optional tag argument to deb-package.sh
### Miscellaneous Tasks
- Release eza v0.18.15
## [0.18.14] - 2024-05-02
### Features

2
Cargo.lock generated
View File

@ -376,7 +376,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.18.15"
version = "0.18.16"
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.15"
version = "0.18.16"
[package.metadata.deb]