diff --git a/Cargo.toml b/Cargo.toml index a2768f1..9a7cada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "either" -version = "1.8.1" +version = "1.9.0" authors = ["bluss"] edition = "2018" rust-version = "1.36" diff --git a/README.rst b/README.rst index be27fc1..85ee6c3 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,10 @@ How to use with cargo:: Recent Changes -------------- +- 1.9.0 + + - Add new methods ``.map_either()`` and ``.map_either_with()``, by @nasadorian (#82) + - 1.8.1 - Clarified that the multiple licenses are combined with OR.