Skip to content

Commit 7c03fc9

Browse files
committed
v1.16.0
1 parent cd76834 commit 7c03fc9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.16.0
2+
3+
### Features
4+
5+
- add support for AIX operating system
6+
7+
### Fixes
8+
9+
- update hermit-abi to 0.3.0
10+
111
## v1.15.0
212

313
### Fixes

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "num_cpus"
4-
version = "1.15.0"
4+
version = "1.16.0"
55
description = "Get the number of CPUs on a machine."
66
authors = ["Sean McArthur <sean@seanmonstar.com>"]
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)