Skip to content

Tags: matrix-org/python-signedjson

Tags

v1.1.4

Toggle v1.1.4's commit message
1.1.4

v1.1.1

Toggle v1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
richvdh Richard van der Hoff
Signedjson 1.1.1 (2020-03-27)

=============================

Bugfixes
--------

- Fix incorrect typing annotation for `decode_signing_key_base64`. ([\#5](#5))
- Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0. ([\#6](#6))

Internal Changes
----------------

- Use `setuptools_scm` for the version number. ([\#7](#7))

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
richvdh Richard van der Hoff
signedjson 1.1.0

================

* Add type definitions to make it easier to use static type checkers.
* Remove unused `decode_verify_key_base64` method.

Verified

This tag was signed with the committer’s verified signature.
NegativeMjark Mark Haines