Skip to content

Commit fd4684b

Browse files
committed
chore(release): prepare for pfetch-rs v2.3.0
1 parent 5cd50fa commit fd4684b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.3.0] - 2023-03-16
4+
5+
### Bug Fixes
6+
7+
- Fix Bedrock Linux not being detected
8+
- Disable line wrap for pfetch output
9+
10+
### Features
11+
12+
- Add option to set title color to info name color (#15)
13+
14+
### Miscellaneous
15+
16+
- Update dependencies
17+
318
## [2.2.0] - 2023-03-09
419

520
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
33

44
[package]
55
name = "pfetch"
6-
version = "2.2.0"
6+
version = "2.3.0"
77
edition = "2021"
88
authors = ["Gobidev"]
99
description = "A rewrite of the pfetch system information tool"

0 commit comments

Comments
 (0)