diff --git a/CHANGELOG.md b/CHANGELOG.md index 5496ace..6680c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.14.0 + +### Features + +- add support for cgroups v2 +- Skip reading files in Miri + ## v1.13.1 ### Fixes diff --git a/Cargo.toml b/Cargo.toml index a6cbbd2..d3e02d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.13.1" +version = "1.14.0" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT OR Apache-2.0"