Skip to content

Commit 73bb81a

Browse files
committed
0.7.11
Oops, I managed to release 0.7.10 with no changes. Sorry about that, no harm done. Here's the actual release.
1 parent 133432b commit 73bb81a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itertools"
3-
version = "0.7.9"
3+
version = "0.7.11"
44

55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/bluss/rust-itertools"

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ then it can't be accepted into ``libcore``, and you should propose it for ``iter
4848
Recent Changes
4949
--------------
5050

51+
- 0.7.11
52+
53+
- Add convenience methods to ``EitherOrBoth``, making it more similar to ``Option``
54+
and ``Either`` by @jethrogb
55+
56+
- 0.7.10
57+
58+
- No changes.
59+
5160
- 0.7.9
5261

5362
- New inclusion policy: See the readme about suggesting features for std before

0 commit comments

Comments
 (0)