- Add 2022 to copyright and license. `205 <https://github.com/dajiaji/python-cwt/pull/205>`__ - Fix link to homepage on PyPI. `204 <https://github.com/dajiaji/python-cwt/pull/204>`__ - Add license information to PyPI. `204 <https://github.com/dajiaji/python-cwt/pull/204>`__
- Use the default salt length for PS256/384/512 instead of the max length. `195 <https://github.com/dajiaji/python-cwt/pull/195>`__
1.5.0
-------------
Released 2021-12-11
- Migrate to poetry. `191 <https://github.com/dajiaji/python-cwt/pull/191>`__ - Change max line length to 128. `191 <https://github.com/dajiaji/python-cwt/pull/191>`__ - Fix updated flake8 warning. `191 <https://github.com/dajiaji/python-cwt/pull/191>`__
1.4.2
-------------
Released 2021-10-16
- Add support for Python 3.10. `183 <https://github.com/dajiaji/python-cwt/pull/183>`__
1.4.1
-------------
Released 2021-10-11
- 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>`__