Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 16, 2024
1 parent abb6f04 commit a4382cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.11.0"
version = "1.12.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.37"
Expand Down
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@ __ https://docs.rs/either/
How to use with cargo::

[dependencies]
either = "1.11"
either = "1.12"


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

- 1.12.0

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

- Specialize ``nth_back`` for ``Either`` and ``IterEither``, by @cuviper (#106)

- 1.11.0

- Add new trait ``IntoEither`` that is useful to convert to ``Either`` in method chains,
Expand Down

0 comments on commit a4382cb

Please sign in to comment.