Skip to content

Commit

Permalink
Merge pull request #104 from cuviper/release-1.11.0
Browse files Browse the repository at this point in the history
Release 1.11.0
  • Loading branch information
cuviper committed Apr 13, 2024
2 parents e385751 + 0bdb583 commit 864eae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.10.0"
version = "1.11.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.36"
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Expand Up @@ -25,12 +25,17 @@ __ https://docs.rs/either/
How to use with cargo::

[dependencies]
either = "1.10"
either = "1.11"


Recent Changes
--------------

- 1.11.0

- Add new trait ``IntoEither`` that is useful to convert to ``Either`` in method chains,
by @SFM61319 (#101)

- 1.10.0

- Add new methods ``.factor_iter()``, ``.factor_iter_mut()``, and ``.factor_into_iter()``
Expand Down

0 comments on commit 864eae4

Please sign in to comment.