Skip to content

Commit 0e57dba

Browse files
committed
Release 0.2.16
1 parent 4195ddf commit 0e57dba

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Cargo.toml

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

RELEASES.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release 0.2.16 (2023-07-20)
2+
3+
- [Upgrade to 2018 edition, **MSRV 1.31**][240]
4+
- [The new `ToBytes` and `FromBytes` traits][224] convert to and from byte
5+
representations of a value, with little, big, and native-endian options.
6+
- [The new `Float::is_subnormal` method checks for subnormal values][279], with
7+
a non-zero magnitude that is less than the normal minimum positive value.
8+
- Several other improvements to documentation and testing.
9+
10+
**Contributors**: @ctrlcctrlv, @cuviper, @flier, @GuillaumeGomez, @kaidokert,
11+
@rs017991, @vicsn
12+
13+
[224]: https://github.com/rust-num/num-traits/pull/224
14+
[240]: https://github.com/rust-num/num-traits/pull/240
15+
[279]: https://github.com/rust-num/num-traits/pull/279
16+
117
# Release 0.2.15 (2022-05-02)
218

319
- [The new `Euclid` trait calculates Euclidean division][195], where the

0 commit comments

Comments
 (0)