Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 23, 2025
1 parent ce345c6 commit 9376206
Show file tree
Hide file tree
Showing 2 changed files with 10 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.13.0"
version = "1.14.0"
authors = ["bluss"]
edition = "2021"
rust-version = "1.63.0"
Expand Down
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,20 @@ __ https://docs.rs/either/
How to use with cargo::

[dependencies]
either = "1.12"
either = "1"


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

- 1.14.0

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

- Implement ``fmt::Write`` for ``Either``, by @yotamofek (#113)

- Replace ``Into<Result> for Either`` with ``From<Either> for Result``, by @cuviper (#118)

- 1.13.0

- Add new methods ``.cloned()`` and ``.copied()``, by @ColonelThirtyTwo (#107)
Expand Down

0 comments on commit 9376206

Please sign in to comment.