diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4e108b9..0fbab8d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.16.3] - 2023-12-07 + +### Bug Fixes + +- Add bare git_repos fn if feature git is disabled +- Fixing color of size unit +- Color-scale broked size for colors + +### Testing + +- Fix powertests post-release + +### Build + +- Bump percent-encoding from 2.3.0 to 2.3.1 +- Bump actions/labeler from 4 to 5 + ## [0.16.2] - 2023-11-30 ### Bug Fixes @@ -7,6 +24,10 @@ - Calculate width correctly when using grid icons & classify - Fix the windows build +### Miscellaneous Tasks + +- Release eza v0.16.2 + ### Testing - Fix version tests diff --git a/Cargo.lock b/Cargo.lock index 97d96a347..c49d34b6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.16.2" +version = "0.16.3" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 226eba028..1f1fe2483 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.2" +version = "0.16.3" [package.metadata.deb]