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 2.7.1
8+ -------------
9+
10+ Released 2023-11-09
11+
12+ - Fix recipient encoding with empty protected header. `#467 <https://github.com/dajiaji/python-cwt/pull/467 >`__
13+ - Fix nonce modification test. `#466 <https://github.com/dajiaji/python-cwt/pull/466 >`__
14+ - Accept zero length map protected header. `#465 <https://github.com/dajiaji/python-cwt/pull/465 >`__
15+ - Generate zero-length protected header for non-AEAD. `#463 <https://github.com/dajiaji/python-cwt/pull/463 >`__
16+ - Update dependencies.
17+ - Bump cbor2 to 5.5.1. `#461 <https://github.com/dajiaji/python-cwt/pull/461 >`__
18+ - Bump pyhpke to 0.5.1. `#459 <https://github.com/dajiaji/python-cwt/pull/459 >`__
19+ - Bump cryptography to 41.0.5. `#457 <https://github.com/dajiaji/python-cwt/pull/457 >`__
20+ - Update dev dependencies.
21+ - Bump sphinx-autodoc-typehints to 1.24.1. `#460 <https://github.com/dajiaji/python-cwt/pull/460 >`__
22+ - Bump pytest to 7.4.3. `#456 <https://github.com/dajiaji/python-cwt/pull/456 >`__
23+ - Bump pre-commit/mirrors-mypy to 1.5.1. `#449 <https://github.com/dajiaji/python-cwt/pull/449 >`__
24+ - Bump pre-commit/black to 23.10.1. `#455 <https://github.com/dajiaji/python-cwt/pull/455 >`__
25+ - Bump pre-commit/mirrors-mypy to 1.6.1. `#455 <https://github.com/dajiaji/python-cwt/pull/455 >`__
26+
727Version 2.7.0
828-------------
929
Original file line number Diff line number Diff line change 2727from .recipient import Recipient
2828from .signer import Signer
2929
30- __version__ = "2.7.0 "
30+ __version__ = "2.7.1 "
3131__title__ = "cwt"
3232__description__ = "A Python implementation of CWT/COSE"
3333__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 = " 2.7.0 "
7+ version = " 2.7.1 "
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