mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
Release v1.0.8 (#583)
This commit is contained in:
parent
bf7bf88ad0
commit
9aedf8ed7f
2 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,13 @@
|
|||
1.0.8
|
||||
=====
|
||||
|
||||
Release Date: 2024-03-01
|
||||
|
||||
* Update Cython to 3.0.8. This fixes memory leak when iterating
|
||||
``Unpacker`` object on Python 3.12.
|
||||
* Do not include C/Cython files in binary wheels.
|
||||
|
||||
|
||||
1.0.7
|
||||
=====
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ from .ext import ExtType, Timestamp
|
|||
import os
|
||||
|
||||
|
||||
version = (1, 0, 7)
|
||||
__version__ = "1.0.7"
|
||||
version = (1, 0, 8)
|
||||
__version__ = "1.0.8"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue