diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d5cd1..ce20e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.5.0] - 2023-04-14 + +### Bug Fixes + +- Never show `TEMPLATE_VERSION_ID` in os name +- Fix panic when file specified in `PF_SOURCE` does not exist + +### Documentation + +- Rewrite notice on slow package counts in README + +### Features + +- Add help menu and `-v` argument to show version (#24) +- Add alternative `rpm` package count method (for OpenSUSE) + +### Miscellaneous + +- Bump libmacchina to version 7.0.0 +- Update dependencies + ## [2.4.0] - 2023-03-24 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index da4db85..abb9d9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "pfetch" -version = "2.4.0" +version = "2.5.0" dependencies = [ "crossterm", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 46932fd..8556bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor"] [package] name = "pfetch" -version = "2.4.0" +version = "2.5.0" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"