Skip to content

Commit b61498a

Browse files
committed
Release 0.2.9
1 parent 6408853 commit b61498a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num-traits"
1010
name = "num-traits"
11-
version = "0.2.8"
11+
version = "0.2.9"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

RELEASES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release 0.2.9 (2019-11-12)
2+
3+
- [A new optional `libm` dependency][99] enables the `Float` and `Real` traits
4+
in `no_std` builds.
5+
- [The new `clamp_min` and `clamp_max`][122] limit minimum and maximum values
6+
while preserving input `NAN`s.
7+
- [Fixed a panic in floating point `from_str_radix` on invalid signs][126].
8+
- Miscellaneous documentation updates.
9+
10+
**Contributors**: @cuviper, @dingelish, @HeroicKatora, @jturner314, @ocstl,
11+
@Shnatsel, @termoshtt, @waywardmonkeys, @yoanlcq
12+
13+
[99]: https://github.com/rust-num/num-traits/pull/99
14+
[122]: https://github.com/rust-num/num-traits/pull/122
15+
[126]: https://github.com/rust-num/num-traits/pull/126
16+
117
# Release 0.2.8 (2019-05-21)
218

319
- [Fixed feature detection on `no_std` targets][116].

0 commit comments

Comments
 (0)