Skip to content

Commit

Permalink
Release v1.0.8 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Mar 1, 2024
1 parent bf7bf88 commit 9aedf8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.rst
@@ -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
=====

Expand Down
4 changes: 2 additions & 2 deletions msgpack/__init__.py
Expand Up @@ -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"):
Expand Down

0 comments on commit 9aedf8e

Please sign in to comment.