chore(release): prepare for pfetch-rs v2.3.0
This commit is contained in:
parent
5cd50fa11d
commit
f41c4f99c1
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.3.0] - 2023-03-16
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fix Bedrock Linux not being detected
|
||||||
|
- Disable line wrap for pfetch output
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add option to set title color to info name color (#15)
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
## [2.2.0] - 2023-03-09
|
## [2.2.0] - 2023-03-09
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -814,7 +814,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pfetch"
|
name = "pfetch"
|
||||||
version = "2.2.0"
|
version = "2.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"dotenvy",
|
"dotenvy",
|
||||||
|
|||||||
@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "pfetch"
|
name = "pfetch"
|
||||||
version = "2.2.0"
|
version = "2.3.0"
|
||||||
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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user