Skip to content

Commit 73ded4e

Browse files
committed
0.4.18
1 parent 2cdd8d2 commit 73ded4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "itertools"
4-
version = "0.4.17"
4+
version = "0.4.18"
55

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

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ How to contribute:
3939
Recent Changes
4040
--------------
4141

42+
- 0.4.18
43+
44+
- Only changes related to the "unstable" crate feature. This feature is more
45+
or less deprecated.
46+
47+
- Use deprecated warnings when unstable is enabled. .enumerate_from() will
48+
be removed imminently since it's using a deprecated libstd trait.
49+
4250
- 0.4.17
4351

4452
- Fix bug in .kmerge() that caused it to often produce the wrong order (#134)

0 commit comments

Comments
 (0)