diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dcf14..609af30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # 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 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 7fb09b4..7dc48ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,7 +814,7 @@ dependencies = [ [[package]] name = "pfetch" -version = "2.2.0" +version = "2.3.0" dependencies = [ "crossterm", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index fcc7f7e..7e65775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor"] [package] name = "pfetch" -version = "2.2.0" +version = "2.3.0" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"