Skip to content

Commit

Permalink
Bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 22, 2024
1 parent 6fb8469 commit 9d96226
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Version history

This library adheres to `Semantic Versioning <http://semver.org/>`_.

**5.6.3** (2024-02-22)

- Fixed decoding of epoch-based dates being affected by the local time zone in the C extension

**5.6.2** (2024-02-19)

- Fixed ``__hash__()`` of the C version of the ``CBORTag`` type crashing when there's a recursive
Expand All @@ -16,7 +20,6 @@ This library adheres to `Semantic Versioning <http://semver.org/>`_.
string that contained only ASCII characters
- Changed the return type annotations of ``cbor2.load()`` and ``cbor2.load()`` to return ``Any``
instead of ``object`` so as not to force users to make type casts
- Fixed decoding of epoch-based dates being affected by the local time zone in the C extension

**5.6.1** (2024-02-01)

Expand Down

0 comments on commit 9d96226

Please sign in to comment.