diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc5efd96..e4ed59bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.18.8] - 2024-03-21 + +### Bug Fixes + +- Avoid deprecation warnings +- Rustfmt issues + +### Features + +- Add fennel lang icon and associations + ## [0.18.7] - 2024-03-14 ### Bug Fixes @@ -10,6 +21,10 @@ - Add filetype and icon for .hh extension +### Miscellaneous Tasks + +- Release eza v0.18.7 + ## [0.18.6] - 2024-03-06 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 33b74074e..be9bc4fc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,7 +386,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.7" +version = "0.18.8" dependencies = [ "ansi-width", "ansiterm", diff --git a/Cargo.toml b/Cargo.toml index e39a05875..533d3ba0b 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.7" +version = "0.18.8" [package.metadata.deb]