chore(release): prepare for pfetch-rs v2.5.0

This commit is contained in:
Adrian Groh 2023-04-14 13:55:19 +02:00
parent bbb2d6e254
commit b0b7bc78c6
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
3 changed files with 23 additions and 2 deletions

View File

@ -1,5 +1,26 @@
# Changelog # 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 ## [2.4.0] - 2023-03-24
### Documentation ### Documentation

2
Cargo.lock generated
View File

@ -793,7 +793,7 @@ dependencies = [
[[package]] [[package]]
name = "pfetch" name = "pfetch"
version = "2.4.0" version = "2.5.0"
dependencies = [ dependencies = [
"crossterm", "crossterm",
"dotenvy", "dotenvy",

View File

@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
[package] [package]
name = "pfetch" name = "pfetch"
version = "2.4.0" version = "2.5.0"
edition = "2021" edition = "2021"
authors = ["Gobidev"] authors = ["Gobidev"]
description = "A rewrite of the pfetch system information tool" description = "A rewrite of the pfetch system information tool"