This commit is contained in:
INADA Naoki 2018-02-22 17:55:39 +09:00
parent da902f9c1d
commit 02c881c7cb
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
0.5.5
======
* Fix memory leak in pure Python Unpacker.feed() (#283)
* Fix unpack() didn't support `raw` option (#285)
0.5.4 0.5.4
====== ======

View file

@ -1 +1 @@
version = (0, 5, 4) version = (0, 5, 5)