Skip to content

Commit f228e72

Browse files
author
grtcdr
committed
Bump to version 6.1.8
1 parent 8abf983 commit f228e72

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## `6.1.8`
4+
5+
- Don't panic when unwrapping ReadoutKey::from_str (Fixes: https://github.com/Macchina-CLI/macchina/issues/270)
6+
37
## `6.1.7`
48

59
- All dependencies have been bumped to their latest version.
@@ -58,7 +62,7 @@ Bump libmacchina to v6.1.0:
5862
(https://github.com/Macchina-CLI/libmacchina/commit/608a1dde39def981d2750f4221c217151b80437e)
5963

6064
Contributors:
61-
- luckman212
65+
- @luckman212
6266

6367
## `6.0.5`
6468

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "macchina"
3-
version = "6.1.7"
3+
version = "6.1.8"
44
authors = ["Aziz Ben Ali <[email protected]>", "Marvin Haschker <[email protected]>", "Uttarayan Mondal <[email protected]>"]
55
edition = "2021"
66
description = "A system information fetcher with an emphasis on performance."

0 commit comments

Comments
 (0)