From: Alissa Rao Date: Sat, 27 Feb 2021 20:39:07 +0000 (-0800) Subject: Bump version to 1.0.6 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d78e81e778347af47537b771b6bc04f89f4bd1a3;p=enumset.git Bump version to 1.0.6 --- diff --git a/RELEASES.md b/RELEASES.md index aadd559..518fe51 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +# Version 1.0.6 (2021-02-27) +* Fix an unneeded warning in the output for `enum_set!` for a single value. + # Version 1.0.5 (2021-02-24) * Implemented `core::iter::Sum` for `EnumSet`. * Properly acknowledge that the minimum required Rust version is actually 1.34+ diff --git a/enumset/Cargo.toml b/enumset/Cargo.toml index a7cc47f..ef7a13d 100644 --- a/enumset/Cargo.toml +++ b/enumset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enumset" -version = "1.0.5" +version = "1.0.6" authors = ["Alissa Rao "] edition = "2018"