Skip to content

Commit 90373f3

Browse files
committed
v1.14.0
1 parent 4f0f2a4 commit 90373f3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.14.0
2+
3+
### Features
4+
5+
- add support for cgroups v2
6+
- Skip reading files in Miri
7+
18
## v1.13.1
29

310
### 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.13.1"
4+
version = "1.14.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)