Josh Stone 5 rokov pred
rodič
commit
955e3f8211
2 zmenil súbory, kde vykonal 9 pridanie a 1 odobranie
  1. 1 1
      Cargo.toml
  2. 8 0
      RELEASES.md

+ 1 - 1
Cargo.toml

@@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-num/num-traits"
 name = "num-traits"
-version = "0.2.9"
+version = "0.2.10"
 readme = "README.md"
 build = "build.rs"
 exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

+ 8 - 0
RELEASES.md

@@ -1,3 +1,11 @@
+# Release 0.2.10 (2019-11-22)
+
+- [Updated the `libm` dependency to 0.2][144].
+
+**Contributors**: @CryZe
+
+[144]: https://github.com/rust-num/num-traits/pull/144
+
 # Release 0.2.9 (2019-11-12)
 
 - [A new optional `libm` dependency][99] enables the `Float` and `Real` traits