From bbede6d45398d0d6f5e7eb5cfff4ae4674e6315a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 16 May 2024 16:27:34 +0200 Subject: [PATCH] chore: release eza v0.18.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 104a102bd..040504a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index c6b21a598..1b5f912e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.15" +version = "0.18.16" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c5dade795..eddd5fa7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]