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

This commit is contained in:
Adrian Groh 2024-03-11 11:50:59 +01:00
parent 816b1a70ea
commit 48eab2af9b
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
3 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,20 @@
# Changelog
## [2.9.1] - 2024-03-11
### Bug Fixes
- Ignore invalid info values instead of crashing
### Miscellaneous
- Bump mio from 0.8.10 to 0.8.11 (#42)
- Update dependencies
### Ci
- Remove NetBSD build
## [2.9.0] - 2024-02-06
### Bug Fixes

2
Cargo.lock generated
View File

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

View File

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