]> git.lizzy.rs Git - enumset.git/commitdiff
Bump version to 1.0.8
authorAlissa Rao <lymia@lymiahugs.com>
Thu, 4 Nov 2021 22:54:38 +0000 (15:54 -0700)
committerAlissa Rao <lymia@lymiahugs.com>
Thu, 4 Nov 2021 22:54:38 +0000 (15:54 -0700)
RELEASES.md
enumset/Cargo.toml

index 93cf59146fbac64200f9a072d412982afd7082ec..7b41b633bf8e2dfb9ab4eeec9b775b7b9bedfe1e 100644 (file)
@@ -1,3 +1,6 @@
+# Version 1.0.8 (2021-11-04)
+* Optimized `EnumSet` iteration. (Thanks @MinusKelvin)
+
 # Version 1.0.7 (2021-07-05)
 * Added the `#[repr(transparent)]` flag to `EnumSet<T>` to allow for safe usage
   in FFI code. Note that invalid bits being set in the bitset causes UB, so
index 76f80be50ae75de6fa7e374bcd7f00074f251baa..d3212175d39725b586a708ca269681e78234ee83 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "enumset"
-version = "1.0.7"
+version = "1.0.8"
 authors = ["Alissa Rao <lymia@lymiahugs.com>"]
 edition = "2018"