diff --git a/CHANGELOG.md b/CHANGELOG.md index e46b538de..1872b50e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.15.2] - 2023-11-02 + +### Bug Fixes + +- Correct width when --no-quotes is used +- Clippy lint and add option to grid-details +- --smart-group only works for current user + +### Features + +- Add Typst to the recognized files + +### Refactor + +- Replace `lazy_static` with `once_cell` +- Replace plain values with TextColours + +### Testing + +- Added more content to the dir generator +- Changed size of one of the files + ## [0.15.1] - 2023-10-26 ### Bug Fixes @@ -24,6 +46,10 @@ - Support for displaying blocksize on directories +### Miscellaneous Tasks + +- Release eza v0.15.1 + ### Refactor - Move total-size calculations to File diff --git a/Cargo.lock b/Cargo.lock index f565da771..5b4c76ef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.15.1" +version = "0.15.2" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dfaf50830..73090ae10 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.15.1" +version = "0.15.2" [package.metadata.deb]