Release 1.8.1

This commit is contained in:
Josh Stone 2023-01-26 11:52:42 -08:00
parent f6a1353ead
commit 4baaf2cf51
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.8.0"
version = "1.8.1"
authors = ["bluss"]
edition = "2018"
rust-version = "1.36"

View File

@ -31,6 +31,10 @@ How to use with cargo::
Recent Changes
--------------
- 1.8.1
- Clarified that the multiple licenses are combined with OR.
- 1.8.0
- **MSRV**: ``either`` now requires Rust 1.36 or later.