chore(release): prepare for pfetch-rs v2.5.0
This commit is contained in:
parent
bbb2d6e254
commit
b0b7bc78c6
21
CHANGELOG.md
21
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
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -793,7 +793,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pfetch"
|
||||
version = "2.4.0"
|
||||
version = "2.5.0"
|
||||
dependencies = [
|
||||
"crossterm",
|
||||
"dotenvy",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user