149: Release 0.2.11 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
@@ -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.10"
+version = "0.2.11"
readme = "README.md"
build = "build.rs"
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
@@ -1,3 +1,13 @@
+# Release 0.2.11 (2020-01-09)
+
+- [Added the full circle constant τ as `FloatConst::TAU`][145].
+- [Updated the `autocfg` build dependency to 1.0][148].
+**Contributors**: @cuviper, @m-ou-se
+[145]: https://github.com/rust-num/num-traits/pull/145
+[148]: https://github.com/rust-num/num-traits/pull/148
# Release 0.2.10 (2019-11-22)
- [Updated the `libm` dependency to 0.2][144].