Skip to content

Commit

Permalink
Release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed May 19, 2023
1 parent 7628f58 commit 15501a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog

.. currentmodule:: msgspec

Version 0.15.1 (2023-05-19)
---------------------------

- Fix a reference counting bug introduced in 0.15.0 when decoding naive (no
timezone) ``datetime``/``time`` objects in both the ``msgpack`` and ``json``
decoders (:pr:`409`).
- Work around an upstream bug in CPython to properly support
`typing.Required`/`typing.NotRequired` in `typing.TypedDict` when
``__future__.annotations`` is enabled (:pr:`410`).

Version 0.15.0 (2023-05-10)
---------------------------

Expand Down

0 comments on commit 15501a9

Please sign in to comment.