From 00fecfbe21d08a25cff9e3a285269c68957d2df5 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 25 Jun 2024 15:34:00 -0700 Subject: [PATCH] Release 1.13.0 --- Cargo.toml | 2 +- README.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddef042..e7f5395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "either" -version = "1.12.0" +version = "1.13.0" authors = ["bluss"] edition = "2018" rust-version = "1.37" diff --git a/README.rst b/README.rst index 659257f..b2251e3 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,10 @@ How to use with cargo:: Recent Changes -------------- +- 1.13.0 + + - Add new methods ``.cloned()`` and ``.copied()``, by @ColonelThirtyTwo (#107) + - 1.12.0 - **MSRV**: ``either`` now requires Rust 1.37 or later.