diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1ea0f8..fdfa3b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.18.19] - 2024-06-20 + +### Bug Fixes + +- Ship release binaries + +### Build + +- Bump git2 from 0.18.3 to 0.19.0 + ## [0.18.18] - 2024-06-13 ### Features @@ -9,6 +19,10 @@ - Run on all features by default - Ask for shell and terminal in bug report template +### Miscellaneous Tasks + +- Release eza v0.18.18 + ### Build - Bump unicode-width from 0.1.12 to 0.1.13 diff --git a/Cargo.lock b/Cargo.lock index 42ec45f8..730e05c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.18" +version = "0.18.19" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5c36cdd3..84c82f11 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.18" +version = "0.18.19" [package.metadata.deb]