Skip to content

Commit

Permalink
Release 0.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Oct 29, 2020
1 parent a9aba41 commit 91644d7
Show file tree
Hide file tree
Showing 2 changed files with 11 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 OR Apache-2.0"
repository = "https://github.com/rust-num/num-iter"
name = "num-iter"
version = "0.1.41"
version = "0.1.42"
readme = "README.md"
build = "build.rs"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release 0.1.42 (2020-10-29)

- [The "i128" feature now bypasses compiler probing][20]. The build script
used to probe anyway and panic if requested support wasn't found, but
sometimes this ran into bad corner cases with `autocfg`.

**Contributors**: @cuviper

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

# Release 0.1.41 (2020-06-11)

- [The new `RangeFrom` and `RangeFromStep` iterators][18] will count from a
Expand Down

0 comments on commit 91644d7

Please sign in to comment.