- Removed Versionize proc macro support for unions. Serializing unions can lead to undefined behaviour especially when no layout guarantees are provided. The Versionize trait can still be implemented but only for repr(C) unions and extensive care and testing is required from the implementer.
- Added extra validations in VersionMap::get_type_version().
- Improved edge cases handling for Vec serialization and deserialization.
- "versionize" v0.1.0 first release.