]> git.lizzy.rs Git - enumset.git/blobdiff - RELEASES.md
Bump version to 1.0.12
[enumset.git] / RELEASES.md
index edd9a9dc26c0eae29ad744349dfdff5cf0c08d67..dfe1e4d2178fd047517b7ad8e9e8d180c51aef38 100644 (file)
@@ -1,3 +1,7 @@
+# Version 1.0.12 (2022-10-02)
+* Updated darling version to reduce compile times when combined with other
+  crates. (Thanks @AlexTMjugador)
+
 # Version 1.0.11 (2022-04-12)
 * Added support for explicitly specifying the internal representation of
   `EnumSet<T>` using the `#[enumset(repr = "...")]` annotation.