Skip to content

Commit e8da6fe

Browse files
committed
Release 0.2.14
1 parent deedb93 commit e8da6fe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ documentation = "https://docs.rs/num-traits"
55
homepage = "https://github.com/rust-num/num-traits"
66
keywords = ["mathematics", "numerics"]
77
categories = ["algorithms", "science", "no-std"]
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-num/num-traits"
1010
name = "num-traits"
11-
version = "0.2.13"
11+
version = "0.2.14"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/bors.toml", "/ci/*", "/.github/*"]

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.2.14 (2020-10-29)
2+
3+
- Clarify the license specification as "MIT OR Apache-2.0".
4+
5+
**Contributors**: @cuviper
6+
17
# Release 0.2.13 (2020-10-29)
28

39
- [The new `OverflowingAdd`, `OverflowingSub`, and `OverflowingMul` traits][180]

0 commit comments

Comments
 (0)