Skip to content

v0.1.5

Compare
Choose a tag to compare
@darvid darvid released this 22 Feb 06:45

[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 use bytes rather than bytearray now,
    as well.
  • Added serialization/deserialization examples to the usage guide.