Skip to content

Commit dbd6a1c

Browse files
committed
chore(release): prepare for pfetch-rs v2.9.1
1 parent 816b1a7 commit dbd6a1c

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.9.1] - 2024-03-11
4+
5+
### Bug Fixes
6+
7+
- Ignore invalid info values instead of crashing
8+
9+
### Miscellaneous
10+
11+
- Bump mio from 0.8.10 to 0.8.11 (#42)
12+
- Update dependencies
13+
14+
### Ci
15+
16+
- Remove NetBSD build
17+
318
## [2.9.0] - 2024-02-06
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", "pfetch-logo-parser"]
33

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

0 commit comments

Comments
 (0)