From d78e81e778347af47537b771b6bc04f89f4bd1a3 Mon Sep 17 00:00:00 2001 From: Alissa Rao Date: Sat, 27 Feb 2021 12:39:07 -0800 Subject: [PATCH] Bump version to 1.0.6 --- RELEASES.md | 3 +++ enumset/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" -- 2.44.0