Skip to content

Commit

Permalink
Prepare 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phimuemue committed Sep 12, 2022
1 parent 7883f59 commit 8d362f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 0.10.4
- Add `EitherOrBoth::or` and `EitherOrBoth::or_else` (#593)
- Add `min_set`, `max_set` et al. (#613, #323)
- Use `either/use_std` (#628)
- Documentation fixes (#612, #625, #632, #633, #634, #638)
- Code maintenance (#623, #624, #627, #630)

## 0.10.2
- Add `Itertools::multiunzip` (#362, #565)
- Add `intersperse` and `intersperse_with` free functions (#555)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "itertools"
version = "0.10.3"
version = "0.10.4"

license = "MIT/Apache-2.0"
repository = "https://github.com/rust-itertools/itertools"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ How to use with Cargo:

```toml
[dependencies]
itertools = "0.10.2"
itertools = "0.10.4"
```

How to use in your crate:
Expand Down

0 comments on commit 8d362f2

Please sign in to comment.