Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 29, 2023
1 parent cd76834 commit 7c03fc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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 <sean@seanmonstar.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7c03fc9

Please sign in to comment.