diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c25fe..640f623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.11.1] - 2025-01-21 + +### Bug Fixes + +- Use unicode-width to determine logo width + +### Miscellaneous + +- Update dependencies + ## [2.11.0] - 2024-08-02 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 5cf3478..6d33f62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,7 +831,7 @@ dependencies = [ [[package]] name = "pfetch" -version = "2.11.0" +version = "2.11.1" dependencies = [ "crossterm", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index aba9d13..7d427b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor", "pfetch-logo-parser"] [package] name = "pfetch" -version = "2.11.0" +version = "2.11.1" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"