File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ]
88license = " MIT/Apache-2.0"
99repository = " https://github.com/rust-num/num-integer"
1010name = " num-integer"
11- version = " 0.1.35 "
11+ version = " 0.1.36 "
1212readme = " README.md"
1313
1414[dependencies .num-traits ]
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ default-features = false
3636There is no functional difference with and without ` std ` at this time, but
3737there may be in the future.
3838
39+ ## Releases
40+
41+ Release notes are available in [ RELEASES.md] ( RELEASES.md ) .
42+
3943## Compatibility
4044
4145The ` num-integer ` crate is tested for rustc 1.8 and greater.
Original file line number Diff line number Diff line change 1+ # Release 0.1.36
2+
3+ - [ num-integer now has its own source repository] [ num-356 ] at [ rust-num/num-integer] [ home ] .
4+ - [ Corrected the argument order documented in ` Integer::is_multiple_of ` ] [ 1 ]
5+ - There is now a ` std ` feature, enabled by default, along with the implication
6+ that building * without* this feature makes this a ` #[no_std] ` crate.
7+ - There is no difference in the API at this time.
8+
9+ ** Contributors** : @cuviper , @jaystrictor
10+
11+ [ home ] : https://github.com/rust-num/num-integer
12+ [ num-356 ] : https://github.com/rust-num/num/pull/356
13+ [ 1 ] : https://github.com/rust-num/num-integer/pull/1
14+
15+
16+ # Prior releases
17+
18+ No prior release notes were kept. Thanks all the same to the many
19+ contributors that have made this crate what it is!
20+
You can’t perform that action at this time.
0 commit comments