We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7bf88 commit 9aedf8eCopy full SHA for 9aedf8e
ChangeLog.rst
@@ -1,3 +1,13 @@
1
+1.0.8
2
+=====
3
+
4
+Release Date: 2024-03-01
5
6
+* Update Cython to 3.0.8. This fixes memory leak when iterating
7
+ ``Unpacker`` object on Python 3.12.
8
+* Do not include C/Cython files in binary wheels.
9
10
11
1.0.7
12
=====
13
msgpack/__init__.py
@@ -4,8 +4,8 @@
import os
-version = (1, 0, 7)
-__version__ = "1.0.7"
+version = (1, 0, 8)
+__version__ = "1.0.8"
if os.environ.get("MSGPACK_PUREPYTHON"):
0 commit comments