Skip to content

Commit f22a269

Browse files
committed
Release 0.1.39
1 parent 8cc5dea commit f22a269

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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/Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
11-
version = "0.1.38"
11+
version = "0.1.39"
1212
readme = "README.md"
1313
build = "build.rs"
1414

RELEASES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release 0.1.39
2+
3+
- [The new `Roots` trait provides `sqrt`, `cbrt`, and `nth_root` methods][9],
4+
calculating an `Integer`'s principal roots rounded toward zero.
5+
6+
**Contributors**: @cuviper
7+
8+
[9]: https://github.com/rust-num/num-integer/pull/9
9+
110
# Release 0.1.38
211

312
- [Support for 128-bit integers is now automatically detected and enabled.][8]

0 commit comments

Comments
 (0)