Fixes * Fixed a bug where Enums didn't inherit the Struct's endianness (25)
3.2.1
Fixes: * Fixed a bug where nested structs were not get deep-copied properly when creating a new instance of the parent struct (23 )
3.2.0
**Features:** * Added `hydration.Enum.name` and adjusted `hydration.Enum.value` that encapsulate the `enum.Enum` API
**Fixes:** * Fixed a bug where failing containment check in messages would cause an exception
3.1.2
**Fixes:** * Fixed a bug where using a bytes suffix in a message that has a `*LengthMetaField` would raise an `AttributeError` * Fixed a bug where creating an `Enum` with a scalar type (instead of object) would raise a `ValueError`
3.0.1
**Fixes:** * Fixed a bug where running `from_bytes` would incorrectly parse an `Array`. (Bug was probably introduced in v3.0.0)