- Make public types explicit for PyLance. `180 <https://github.com/dajiaji/python-cwt/pull/180>`__ - Use datetime.now(tz=timezone.utc) instead of datetime.utcnow. `179 <https://github.com/dajiaji/python-cwt/pull/179>`__ - Add py.typed for PEP561. `176 <https://github.com/dajiaji/python-cwt/pull/176>`__
1.4.0
-------------
Released 2021-10-04
- Add support for x5c. `174 <https://github.com/dajiaji/python-cwt/pull/174>`__
1.3.2
--------------
Released 2021-08-09
- Add support for byte-formatted kid on from_jwk(). `165 <https://github.com/dajiaji/python-cwt/pull/165>`__ - Add sample of EUDCC verifier. `160 <https://github.com/dajiaji/python-cwt/pull/160>`__
1.3.1
--------------
Released 2021-07-07
- Fix docstring for CWT, COSE, etc. `158 <https://github.com/dajiaji/python-cwt/pull/158>`__ - Add PS256 support for hcert. `156 <https://github.com/dajiaji/python-cwt/pull/156>`__
1.3.0
--------------
Released 2021-07-03
- Add helper for hcert. `154 <https://github.com/dajiaji/python-cwt/pull/154>`__
1.2.0
--------------
Released 2021-07-01
- Disable access to CWT property for global CWT instance (cwt). `153 <https://github.com/dajiaji/python-cwt/pull/153>`__ - Fix kid verification for recipient. `152 <https://github.com/dajiaji/python-cwt/pull/152>`__ - Change default setting of verify_kid to True for CWT. `150 <https://github.com/dajiaji/python-cwt/pull/150>`__ - Add setter/getter for each setting to COSE/CWT. `150 <https://github.com/dajiaji/python-cwt/pull/150>`__ - Fix type of parameter for COSE constructor. `149 <https://github.com/dajiaji/python-cwt/pull/149>`__ - Add verify_kid option to COSE. `148 <https://github.com/dajiaji/python-cwt/pull/148>`__ - Fix kid verification. `148 <https://github.com/dajiaji/python-cwt/pull/148>`__ - Add support for hcert. `147 <https://github.com/dajiaji/python-cwt/pull/147>`__