diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4e9d2..72d2715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.8.1] - 2023-10-13 + +### Bug Fixes + +- Fix macOS Sonoma "unknown" (libmacchina 7.2) + +### Miscellaneous + +- Update dependencies + +### Ci + +- Add workflow to render all logos + ## [2.8.0] - 2023-07-07 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index fde2c7c..506de66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,7 +820,7 @@ dependencies = [ [[package]] name = "pfetch" -version = "2.8.0" +version = "2.8.1" dependencies = [ "crossterm", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index fdf3097..edc85e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor", "pfetch-logo-parser"] [package] name = "pfetch" -version = "2.8.0" +version = "2.8.1" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"