Skip to content

Commit 071f034

Browse files
committed
Release 1.10.0
1 parent 254fbf6 commit 071f034

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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 = "either"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
authors = ["bluss"]
55
edition = "2018"
66
rust-version = "1.36"

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@ __ https://docs.rs/either/
2525
How to use with cargo::
2626

2727
[dependencies]
28-
either = "1.8"
28+
either = "1.10"
2929

3030

3131
Recent Changes
3232
--------------
3333

34+
- 1.10.0
35+
36+
- Add new methods ``.factor_iter()``, ``.factor_iter_mut()``, and ``.factor_into_iter()``
37+
that return ``Either`` items, plus ``.iter()`` and ``.iter_mut()`` to convert to direct
38+
referene iterators; by @aj-bagwell and @cuviper (#91)
39+
3440
- 1.9.0
3541

3642
- Add new methods ``.map_either()`` and ``.map_either_with()``, by @nasadorian (#82)

0 commit comments

Comments
 (0)