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
## [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

2
Cargo.lock generated
View File

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

View File

@ -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"