File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Unreleased
55----------
66
7+ Version 1.6.2
8+ -------------
9+
10+ Released 2022-11-16
11+
12+ - Add support for COSE-HPKE DHKEM-X25519/X448 experimentally. `#282 <https://github.com/dajiaji/python-cwt/pull/282 >`__
13+ - Update dependencies.
14+ - Bump pyhpke to 0.4.0. `#281 <https://github.com/dajiaji/python-cwt/pull/281 >`__
15+ - Update dev dependencies.
16+ - Bump pre-commit/mirrors-mypy to 0.990. `#279 <https://github.com/dajiaji/python-cwt/pull/279 >`__
17+ - Bump sphinx-rtd-theme to 1.1.1. `#276 <https://github.com/dajiaji/python-cwt/pull/276 >`__
18+
719Version 1.6.1
820-------------
921
Original file line number Diff line number Diff line change 1616from .recipient import Recipient
1717from .signer import Signer
1818
19- __version__ = "1.6.1 "
19+ __version__ = "1.6.2 "
2020__title__ = "cwt"
2121__description__ = "A Python implementation of CWT/COSE"
2222__url__ = "https://python-cwt.readthedocs.io"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " cwt"
7- version = " 1.6.1 "
7+ version = " 1.6.2 "
88description = " A Python implementation of CWT/COSE."
99authors = [" Ajitomi Daisuke <dajiaji@gmail.com>" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments