Bump to 1.5.2

This commit is contained in:
Josh Stone
2019-04-02 15:23:02 -07:00
parent 220a2873dc
commit 41aea9abe0
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.5.1"
version = "1.5.2"
authors = ["bluss"]
license = "MIT/Apache-2.0"
+5
View File
@@ -31,6 +31,11 @@ How to use with cargo::
Recent Changes
--------------
- 1.5.2
- Add new methods ``.left_or()``, ``.left_or_default()``, ``.left_or_else()``,
and equivalents on the right, by @DCjanus (#36)
- 1.5.1
- Add ``AsRef`` and ``AsMut`` implementations for common unsized types: