Skip to content

Commit 7c03f99

Browse files
committed
Release 0.1.36
1 parent c821b26 commit 7c03f99

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
11-
version = "0.1.35"
11+
version = "0.1.36"
1212
readme = "README.md"
1313

1414
[dependencies.num-traits]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ default-features = false
3636
There is no functional difference with and without `std` at this time, but
3737
there may be in the future.
3838

39+
## Releases
40+
41+
Release notes are available in [RELEASES.md](RELEASES.md).
42+
3943
## Compatibility
4044

4145
The `num-integer` crate is tested for rustc 1.8 and greater.

RELEASES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+

0 commit comments

Comments
 (0)