diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfa3b5d0..a8261b6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog +## [0.18.20] - 2024-06-27 + +### Features + +- Add --no-|show-symlinks flags for filtering output + ## [0.18.19] - 2024-06-20 ### Bug Fixes - Ship release binaries +### Miscellaneous Tasks + +- Release eza v0.18.19 + ### Build - Bump git2 from 0.18.3 to 0.19.0 diff --git a/Cargo.lock b/Cargo.lock index 730e05c9a..c832a53a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.19" +version = "0.18.20" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 84c82f11b..b76d5c3af 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.19" +version = "0.18.20" [package.metadata.deb]