From dbd6a1ca114c55113c77887add1b0600ad3d5a25 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Mon, 11 Mar 2024 11:50:59 +0100 Subject: [PATCH] chore(release): prepare for pfetch-rs v2.9.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ae5cd..d06b68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.9.1] - 2024-03-11 + +### Bug Fixes + +- Ignore invalid info values instead of crashing + +### Miscellaneous + +- Bump mio from 0.8.10 to 0.8.11 (#42) +- Update dependencies + +### Ci + +- Remove NetBSD build + ## [2.9.0] - 2024-02-06 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b08f170..929ad47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,7 +822,7 @@ dependencies = [ [[package]] name = "pfetch" -version = "2.9.0" +version = "2.9.1" dependencies = [ "crossterm", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 9ae26bd..4cdbe7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor", "pfetch-logo-parser"] [package] name = "pfetch" -version = "2.9.0" +version = "2.9.1" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"