Skip to content

Commit 9e8ae7f

Browse files
committed
Release 0.1.35
1 parent a67ea7a commit 9e8ae7f

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-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-iter"
1010
name = "num-iter"
11-
version = "0.1.34"
11+
version = "0.1.35"
1212
readme = "README.md"
1313

1414
[dependencies]

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-iter` crate is tested for rustc 1.8 and greater.

RELEASES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Release 0.1.35
2+
3+
- [num-iter now has its own source repository][num-356] at [rust-num/num-iter][home].
4+
- [There is now a `std` feature][2], enabled by default, along with the implication
5+
that building *without* this feature makes this a `#[no_std]` crate.
6+
- There is no difference in the API at this time.
7+
8+
**Contributors**: @cuviper
9+
10+
[home]: https://github.com/rust-num/num-iter
11+
[num-356]: https://github.com/rust-num/num/pull/356
12+
[2]: https://github.com/rust-num/num-iter/pull/2
13+
14+
15+
# Prior releases
16+
17+
No prior release notes were kept. Thanks all the same to the many
18+
contributors that have made this crate what it is!
19+

0 commit comments

Comments
 (0)