Skip to content

Commit 5c2cc9b

Browse files
committed
Release 0.2.18
1 parent a095b70 commit 5c2cc9b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.17"
11+
version = "0.2.18"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.github/*"]

RELEASES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release 0.2.18 (2024-02-07)
2+
3+
- [The new `Euclid::div_rem_euclid` and `CheckedEuclid::checked_div_rem_euclid` methods][291]
4+
compute and return the quotient and remainder at the same time.
5+
- [The new `TotalOrder` trait implements the IEEE 754 `totalOrder` predicate.][295]
6+
- [The new `ConstZero` and `ConstOne` traits offered associated constants][303],
7+
extending the non-const `Zero` and `One` traits for types that have constant values.
8+
9+
**Contributors**: @andrewjradcliffe, @cuviper, @tarcieri, @tdelabro, @waywardmonkeys
10+
11+
[291]: https://github.com/rust-num/num-traits/pull/291
12+
[295]: https://github.com/rust-num/num-traits/pull/295
13+
[303]: https://github.com/rust-num/num-traits/pull/303
14+
115
# Release 0.2.17 (2023-10-07)
216

317
- [Fix a doc warning about custom classes with newer rustdoc.][286]

0 commit comments

Comments
 (0)