File tree 3 files changed +24
-1
lines changed 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ]
8
8
license = " MIT/Apache-2.0"
9
9
repository = " https://github.com/rust-num/num-iter"
10
10
name = " num-iter"
11
- version = " 0.1.34 "
11
+ version = " 0.1.35 "
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ default-features = false
36
36
There is no functional difference with and without ` std ` at this time, but
37
37
there may be in the future.
38
38
39
+ ## Releases
40
+
41
+ Release notes are available in [ RELEASES.md] ( RELEASES.md ) .
42
+
39
43
## Compatibility
40
44
41
45
The ` num-iter ` crate is tested for rustc 1.8 and greater.
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments