Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jul 21, 2023
1 parent 5361d36 commit 912b43b
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.8.1"
version = "1.9.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.36"
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.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.
Expand Down

0 comments on commit 912b43b

Please sign in to comment.