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

This commit is contained in:
Adrian Groh 2025-01-21 22:03:28 +01:00
parent 31ae28ee32
commit 7e25c5f014
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## [2.11.1] - 2025-01-21
### Bug Fixes
- Use unicode-width to determine logo width
### Miscellaneous
- Update dependencies
## [2.11.0] - 2024-08-02 ## [2.11.0] - 2024-08-02
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -831,7 +831,7 @@ dependencies = [
[[package]] [[package]]
name = "pfetch" name = "pfetch"
version = "2.11.0" version = "2.11.1"
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.11.0" version = "2.11.1"
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"