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.2.0
8+ -------------
9+
10+ Released 2023-01-01
11+
12+ - Add support for countersignatures. `#323 <https://github.com/dajiaji/python-cwt/pull/323 >`__
13+ - Remove Python 3.7 from CI temporarilly. `#323 <https://github.com/dajiaji/python-cwt/pull/323 >`__
14+ - Enhance COSE message validation. `#300 <https://github.com/dajiaji/python-cwt/pull/300 >`__
15+ - Add test and sample for COSE-HPKE MAC. `#297 <https://github.com/dajiaji/python-cwt/pull/297 >`__
16+ - Add Python 3.11 to CI. `#296 <https://github.com/dajiaji/python-cwt/pull/296 >`__
17+ - Update dependencies.
18+ - Bump cbor2 from 5.4.6. `#302 <https://github.com/dajiaji/python-cwt/pull/302 >`__
19+ - Update dev dependencies.
20+ - Bump tox to 4.1.2. `#323 <https://github.com/dajiaji/python-cwt/pull/323 >`__
21+ - Bump pre-commit/isort to 5.11.3. `#311 <https://github.com/dajiaji/python-cwt/pull/311 >`__
22+ - Bump pre-commit/black to 22.12.0. `#306 <https://github.com/dajiaji/python-cwt/pull/306 >`__
23+ - Bump certifi to 2022.12.7. `#303 <https://github.com/dajiaji/python-cwt/pull/303 >`__
24+
725Version 2.1.0
826-------------
927
Original file line number Diff line number Diff line change 1818from .recipient import Recipient
1919from .signer import Signer
2020
21- __version__ = "2.1 .0"
21+ __version__ = "2.2 .0"
2222__title__ = "cwt"
2323__description__ = "A Python implementation of CWT/COSE"
2424__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.1 .0"
7+ version = " 2.2 .0"
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