Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: FillZpp <FillZpp.pub@gmail.com>
  • Loading branch information
FillZpp committed Oct 21, 2021
1 parent b9d8a5e commit 1c119b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "sys-info"
version = "0.9.0"
version = "0.9.1"
authors = ["Siyu Wang <FillZpp.pub@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 1c119b3

Please sign in to comment.