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

This commit is contained in:
Adrian Groh 2024-06-03 14:07:09 +02:00
parent 8b5b243f77
commit 10d51507fd
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,16 @@
# Changelog # Changelog
## [2.9.2] - 2024-06-03
### Features
- Update GNU Hurd logo
### Miscellaneous
- Speed up alpine package count (libmacchina 7.2.3)
- Update dependencies
## [2.9.1] - 2024-03-11 ## [2.9.1] - 2024-03-11
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -821,7 +821,7 @@ dependencies = [
[[package]] [[package]]
name = "pfetch" name = "pfetch"
version = "2.9.1" version = "2.9.2"
dependencies = [ dependencies = [
"crossterm", "crossterm",
"dotenvy", "dotenvy",

View File

@ -3,7 +3,7 @@ members = ["pfetch-extractor", "pfetch-logo-parser"]
[package] [package]
name = "pfetch" name = "pfetch"
version = "2.9.1" version = "2.9.2"
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"