Skip to content

Commit 8d362f2

Browse files
authored
Prepare 0.10.4
1 parent 7883f59 commit 8d362f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.10.4
4+
- Add `EitherOrBoth::or` and `EitherOrBoth::or_else` (#593)
5+
- Add `min_set`, `max_set` et al. (#613, #323)
6+
- Use `either/use_std` (#628)
7+
- Documentation fixes (#612, #625, #632, #633, #634, #638)
8+
- Code maintenance (#623, #624, #627, #630)
9+
310
## 0.10.2
411
- Add `Itertools::multiunzip` (#362, #565)
512
- Add `intersperse` and `intersperse_with` free functions (#555)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itertools"
3-
version = "0.10.3"
3+
version = "0.10.4"
44

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ How to use with Cargo:
1111

1212
```toml
1313
[dependencies]
14-
itertools = "0.10.2"
14+
itertools = "0.10.4"
1515
```
1616

1717
How to use in your crate:

0 commit comments

Comments
 (0)