Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jun 25, 2024
1 parent add1817 commit 00fecfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.12.0"
version = "1.13.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.37"
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00fecfb

Please sign in to comment.