From 42997ecd07539d282f49644829081fb7a2890ebe Mon Sep 17 00:00:00 2001 From: grtcdr Date: Mon, 8 Jul 2024 17:42:31 +0100 Subject: [PATCH] Bump patch version and update changelog --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ddb3b..a98948d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## `7.3.1` + +- Add a safeguard in case `.linuxbrew` directory does not exist + ## `7.3.0` coolGi2007: diff --git a/Cargo.toml b/Cargo.toml index 9d90ba7..ee86513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmacchina" -version = "7.3.0" +version = "7.3.1" authors = ["grtcdr ", "Marvin Haschker ", "Uttarayan Mondal "] edition = "2021" description = "A library that can fetch all sorts of system information."