Hi Everyone,
I'm happy to announce the release of version 0.5.0.0 of the cereal serialization library. This release comes with two breaking changes:
* The encoding of Float and Double has switched from using `encodeFloat` to using the Data.Serialize.IEEE754 module
* The Builder module has been removed in favor of the implementation in bytestring
Happy hacking!
--trevor