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

This commit is contained in:
Adrian Groh 2023-10-13 11:33:25 +02:00
parent 6eb6ab1c96
commit db9171d706
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
3 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,19 @@
# Changelog # Changelog
## [2.8.1] - 2023-10-13
### Bug Fixes
- Fix macOS Sonoma "unknown" (libmacchina 7.2)
### Miscellaneous
- Update dependencies
### Ci
- Add workflow to render all logos
## [2.8.0] - 2023-07-07 ## [2.8.0] - 2023-07-07
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -820,7 +820,7 @@ dependencies = [
[[package]] [[package]]
name = "pfetch" name = "pfetch"
version = "2.8.0" version = "2.8.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.8.0" version = "2.8.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"