diff --git a/Cargo.toml b/Cargo.toml index 8ac65554..8d88bf44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ documentation = "https://docs.rs/num-traits" homepage = "https://github.com/rust-num/num-traits" keywords = ["mathematics", "numerics"] categories = ["algorithms", "science", "no-std"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/rust-num/num-traits" name = "num-traits" -version = "0.2.13" +version = "0.2.14" readme = "README.md" build = "build.rs" exclude = ["/bors.toml", "/ci/*", "/.github/*"] diff --git a/RELEASES.md b/RELEASES.md index 0ce9f225..94449d69 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Release 0.2.14 (2020-10-29) + +- Clarify the license specification as "MIT OR Apache-2.0". + +**Contributors**: @cuviper + # Release 0.2.13 (2020-10-29) - [The new `OverflowingAdd`, `OverflowingSub`, and `OverflowingMul` traits][180]