Skip to content

Commit

Permalink
Merge pull request #73 from cuviper/release-1.7.0
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
cuviper committed Jun 29, 2022
2 parents f1eca77 + 2370b06 commit d6f088e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.6.1"
version = "1.7.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.31"
Expand Down
22 changes: 21 additions & 1 deletion README.rst
Expand Up @@ -25,12 +25,32 @@ __ https://docs.rs/either/
How to use with cargo::

[dependencies]
either = "1.6"
either = "1.7"


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

- 1.7.0

- **MSRV**: ``either`` now requires Rust 1.31 or later.

- Export the macro ``for_both!``, by @thomaseizinger (#58)

- Implement the ``io::Seek`` trait, by @Kerollmops (#60)

- Add new method ``.either_into()`` for ``Into`` conversion, by @TonalidadeHidrica (#63)

- Add new methods ``.factor_ok()``, ``.factor_err()``, and ``.factor_none()``,
by @zachs18 (#67)

- Specialize ``source`` in the ``Error`` implementation, by @thomaseizinger (#69)

- Specialize more iterator methods and implement the ``FusedIterator`` trait,
by @Ten0 (#66) and @cuviper (#71)

- Specialize ``Clone::clone_from``, by @cuviper (#72)

- 1.6.1

- Add new methods ``.expect_left()``, ``.unwrap_left()``,
Expand Down

0 comments on commit d6f088e

Please sign in to comment.