Skip to content

Commit

Permalink
Merge pull request #309 from cuviper/release-0.2.18
Browse files Browse the repository at this point in the history
Release 0.2.18
  • Loading branch information
cuviper committed Feb 8, 2024
2 parents a095b70 + 5c2cc9b commit eb20b40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-num/num-traits"
name = "num-traits"
version = "0.2.17"
version = "0.2.18"
readme = "README.md"
build = "build.rs"
exclude = ["/ci/*", "/.github/*"]
Expand Down
14 changes: 14 additions & 0 deletions RELEASES.md
@@ -1,3 +1,17 @@
# Release 0.2.18 (2024-02-07)

- [The new `Euclid::div_rem_euclid` and `CheckedEuclid::checked_div_rem_euclid` methods][291]
compute and return the quotient and remainder at the same time.
- [The new `TotalOrder` trait implements the IEEE 754 `totalOrder` predicate.][295]
- [The new `ConstZero` and `ConstOne` traits offered associated constants][303],
extending the non-const `Zero` and `One` traits for types that have constant values.

**Contributors**: @andrewjradcliffe, @cuviper, @tarcieri, @tdelabro, @waywardmonkeys

[291]: https://github.com/rust-num/num-traits/pull/291
[295]: https://github.com/rust-num/num-traits/pull/295
[303]: https://github.com/rust-num/num-traits/pull/303

# Release 0.2.17 (2023-10-07)

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

0 comments on commit eb20b40

Please sign in to comment.