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]