- Fix bugs in `read_multiple_bytes` (thanks to tsh56) - Remove end-of-life Python versions 2.6, 3.2, and 3.3. Add CI tests for 3.6 - Expose SchemaParser in Cython header
0.6.3
- Bump bundled capnp version to v0.6.1 (thanks to E8Yuval) - Fix a memleak in RemotePromise (thanks to E8Yuval)
0.6.2
- Add support for buffers/memoryviews in `from_bytes` (thanks to aldanor)
0.6.1
- Fixed upload to PyPi (forgot to cythonize)
0.6.0
- Update bundled capnp version to v0.6.0 and fix related problems (thanks to benmoran) - Fix memleak with KjException (thanks to tsh56)