diff --git a/CHANGELOG.md b/CHANGELOG.md index 67333c37f..cb4e108b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.16.2] - 2023-11-30 + +### Bug Fixes + +- Calculate width correctly when using grid icons & classify +- Fix the windows build + +### Testing + +- Fix version tests + +### Build + +- Bump webiny/action-conventional-commits from 1.1.0 to 1.2.0 +- Bump DeterminateSystems/nix-installer-action from 7 to 8 +- Bump windows-sys from 0.48.0 to 0.52.0 + ## [0.16.1] - 2023-11-23 ### Bug Fixes @@ -17,6 +34,7 @@ ### Miscellaneous Tasks - Update flake inputs +- Release eza v0.16.1 ### Testing diff --git a/Cargo.lock b/Cargo.lock index 74413afb1..ac36fbd32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.16.1" +version = "0.16.2" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b3ecbae26..13141f3bd 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.16.1" +version = "0.16.2" [package.metadata.deb]