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

This commit is contained in:
Adrian Groh 2024-02-06 08:23:04 +01:00
parent f271903264
commit 8ef5b88e56
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
4 changed files with 20 additions and 4 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## [2.9.0] - 2024-02-06
### Bug Fixes
- Do not display "Unknown" in os name
### Features
- Add Bazzite logo (#39)
### Miscellaneous
- Fix clippy warnings
- Update typst (#40)
- Update dependencies
## [2.8.1] - 2023-10-13
### Bug Fixes

4
Cargo.lock generated
View File

@ -825,7 +825,7 @@ dependencies = [
[[package]]
name = "pfetch"
version = "2.8.1"
version = "2.9.0"
dependencies = [
"crossterm",
"dotenvy",
@ -840,7 +840,7 @@ dependencies = [
[[package]]
name = "pfetch-extractor"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"pfetch-logo-parser",
"proc-macro2",

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "pfetch-extractor"
version = "0.2.0"
version = "0.2.1"
authors = ["Gobidev"]
edition = "2021"
keywords = ["pfetch"]