v0.1.5
[0.1.5] - 2020-02-21
Fixed
- Fixed reference leak in
Database.compile
([#18])
Changed
- Renamed
dumps
/loads
to the more appropriate
loadb
/dumpb
. Both usebytes
rather thanbytearray
now,
as well. - Added serialization/deserialization examples to the usage guide.