chore(release): prepare for pfetch-rs v2.9.0
This commit is contained in:
parent
f271903264
commit
8ef5b88e56
16
CHANGELOG.md
16
CHANGELOG.md
@ -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
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pfetch-extractor"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Gobidev"]
|
||||
edition = "2021"
|
||||
keywords = ["pfetch"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user