Explorar o código

Release 0.2.14

Josh Stone %!s(int64=4) %!d(string=hai) anos
pai
achega
e8da6fe581
Modificáronse 2 ficheiros con 8 adicións e 2 borrados
  1. 2 2
      Cargo.toml
  2. 6 0
      RELEASES.md

+ 2 - 2
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/*"]

+ 6 - 0
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]