diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ae5cd..d06b68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.9.1] - 2024-03-11 + +### Bug Fixes + +- Ignore invalid info values instead of crashing + +### Miscellaneous + +- Bump mio from 0.8.10 to 0.8.11 (#42) +- Update dependencies + +### Ci + +- Remove NetBSD build + ## [2.9.0] - 2024-02-06 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b08f170..929ad47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,7 +822,7 @@ dependencies = [ [[package]] name = "pfetch" -version = "2.9.0" +version = "2.9.1" dependencies = [ "crossterm", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 9ae26bd..4cdbe7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor", "pfetch-logo-parser"] [package] name = "pfetch" -version = "2.9.0" +version = "2.9.1" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"