Skip to content

Commit

Permalink
Merge #19
Browse files Browse the repository at this point in the history
19: Release 0.1.41 r=cuviper a=cuviper



Co-authored-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
bors[bot] and cuviper authored Jun 11, 2020
2 parents da9d69f + 4869931 commit 156d1e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num-iter"
name = "num-iter"
version = "0.1.40"
version = "0.1.41"
readme = "README.md"
build = "build.rs"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release 0.1.41 (2020-06-11)

- [The new `RangeFrom` and `RangeFromStep` iterators][18] will count from a
given starting value, without any terminating value.

**Contributors**: @cuviper, @sollyucko

[18]: https://github.com/rust-num/num-iter/pull/18

# Release 0.1.40 (2020-01-09)

- [Updated the `autocfg` build dependency to 1.0][14].
Expand Down

0 comments on commit 156d1e6

Please sign in to comment.