]> git.lizzy.rs Git - enumset.git/blob - RELEASES.md
Bump version to 0.1.15
[enumset.git] / RELEASES.md
1 # Version 0.3.15 (2019-01-08)
2 * Added optional `serde` support.
3
4 # Version 0.3.14 (2018-11-09)
5
6 * Deprecated the `enum_set_type!` macro in favor of a custom derive.
7 * Added a way to avoid the automatic operator overloads derived from
8   EnumSetTypes.
9 * Fixed a major issue that would have prevented `enumset` from being used in
10   `#[no_std]` crates.
11 * Minimum required version is now 1.30.0+. There should be no more need to bump
12   the minimum Rust version in the forseeable future.
13
14 # Prior versions
15
16 No release notes were kept for prior versions.