Skip to content

Commit b7084a2

Browse files
committed
0.7.5
1 parent fdd5a7e commit b7084a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.4"
3+
version = "0.7.5"
44

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

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ How to contribute:
4141
Recent Changes
4242
--------------
4343

44+
- 0.7.5
45+
46+
- ``.multipeek()`` now implements ``PeekingNext``, by @nicopap.
47+
4448
- 0.7.4
4549

4650
- Add new adaptor ``.update()`` by @lucasem; this adaptor is used

0 commit comments

Comments
 (0)