Skip to content

Commit 16cbd05

Browse files
committed
Release 0.1.37
1 parent 7c8268d commit 16cbd05

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.36"
11+
version = "0.1.37"
1212
readme = "README.md"
1313

1414
[package.metadata.docs.rs]

RELEASES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release 0.1.37
2+
3+
- [`Integer` is now implemented for `i128` and `u128`][7] starting with Rust
4+
1.26, enabled by the new `i128` crate feature.
5+
6+
**Contributors**: @cuviper
7+
8+
[7]: https://github.com/rust-num/num-integer/pull/7
9+
110
# Release 0.1.36
211

312
- [num-integer now has its own source repository][num-356] at [rust-num/num-integer][home].

0 commit comments

Comments
 (0)