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."