diff --git a/CHANGELOG.md b/CHANGELOG.md index d55bfc87f..3a91a0fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,26 @@ # Changelog +## [0.19.1] - 2024-08-28 + +### Bug Fixes + +- FreeBSD build. +- Typo + +### Build + +- Bump uzers from 0.12.0 to 0.12.1 + ## [0.19.0] - 2024-08-08 ### Bug Fixes - [**breaking**] Implement `EZA_GRID_ROWS` grid details view minimum rows threshold +### Miscellaneous Tasks + +- Release eza v0.19.0 + ## [0.18.24] - 2024-08-03 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 8f3ec9d2c..9cfe2c0d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.19.0" +version = "0.19.1" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0a467f7fd..4e48f489d 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.19.0" +version = "0.19.1" [package.metadata.deb]