]> git.lizzy.rs Git - enumset.git/commitdiff
Bump version to 1.0.6
authorAlissa Rao <lymia@lymiahugs.com>
Sat, 27 Feb 2021 20:39:07 +0000 (12:39 -0800)
committerAlissa Rao <lymia@lymiahugs.com>
Sat, 27 Feb 2021 20:39:07 +0000 (12:39 -0800)
RELEASES.md
enumset/Cargo.toml

index aadd55985f86ce3c7361653cbc6b66628b69a501..518fe5127a04784b47e6246b9494d9063efcb8ae 100644 (file)
@@ -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<T>`.
 * Properly acknowledge that the minimum required Rust version is actually 1.34+
index a7cc47f7ee18034cfd2f7e814b78a7ba4912e553..ef7a13d3d31fe6873f4d515c8734059f1c26f31c 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "enumset"
-version = "1.0.5"
+version = "1.0.6"
 authors = ["Alissa Rao <lymia@lymiahugs.com>"]
 edition = "2018"