diff --git a/CHANGELOG.md b/CHANGELOG.md index 8431ae1..946effb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ChangeLog +## 0.9.1 + +- Fix iOS Support and CPU speed doesn't work on ARM64 Macs either. +- Rust Nightly fix +- Add a cast to allow building on ILP32 systems +- Prevent free swap from getting larger than total swap +- Fix compiler errors/warnings for NetBSD/arm + ## 0.9.0 - Typo fixes & test fixup diff --git a/Cargo.toml b/Cargo.toml index 84d81ac..06e14c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sys-info" -version = "0.9.0" +version = "0.9.1" authors = ["Siyu Wang "] license = "MIT" readme = "README.md"