From aeccdd7ca2ce0db5742c3294193f239356411c43 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Fri, 14 Apr 2023 13:55:19 +0200 Subject: [PATCH] chore(release): prepare for pfetch-rs v2.5.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) 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"