From 7c03fc930cc47a9b94e8ca66ca44ef1a454c8f51 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 29 Jun 2023 08:57:47 -0400 Subject: [PATCH] v1.16.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be725c..72b3e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v1.16.0 + +### Features + +- add support for AIX operating system + +### Fixes + +- update hermit-abi to 0.3.0 + ## v1.15.0 ### Fixes diff --git a/Cargo.toml b/Cargo.toml index 883d50f..6c63fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT OR Apache-2.0"