From 6781ee9dc40c52f328d2551cc8134fa08153c410 Mon Sep 17 00:00:00 2001 From: grtcdr Date: Thu, 12 Sep 2024 00:37:24 +0100 Subject: [PATCH] Bump version to 7.3.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ddb3b..884169e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## `7.3.1` + +- Fix overflow affecting linux::count_homebrew() implementation + ## `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."