Skip to content

Commit 68f16a9

Browse files
committed
Bump version
1 parent 678686d commit 68f16a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.3.24"
4+
version = "0.3.25"
55

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

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ How to use in your crate:
3434
Recent Changes
3535
--------------
3636

37+
- 0.3.25
38+
39+
- Rename .sort_by() to .sorted_by(). Old name is deprecated.
40+
- Fix well-formedness warnings from RFC 1214, no user visible impact
41+
3742
- 0.3.24
3843

3944
- Improve performance of .merge()'s ordering function slightly

0 commit comments

Comments
 (0)