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.6.0
8+ -------------
9+
10+ Released 2023-10-09
11+
12+ - Add enum COSEKeyTypes. `#437 <https://github.com/dajiaji/python-cwt/pull/437 >`__
13+ - Add enum COSEKeyCrvs. `#437 <https://github.com/dajiaji/python-cwt/pull/437 >`__
14+ - Add enum COSEKeyOps. `#437 <https://github.com/dajiaji/python-cwt/pull/437 >`__
15+ - Follow draft-cose-hpke-06. `#437 <https://github.com/dajiaji/python-cwt/pull/437 >`__
16+ - Fix typo of private attribute. `#435 <https://github.com/dajiaji/python-cwt/pull/435 >`__
17+ - Update dev dependencies.
18+ - Bump urllib3 to 2.0.6. `#436 <https://github.com/dajiaji/python-cwt/pull/436 >`__
19+
720Version 2.5.1
821-------------
922
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | ------------------ |
7- | 2.5 .x | :white_check_mark : |
8- | < 2.5 | :x : |
7+ | 2.6 .x | :white_check_mark : |
8+ | < 2.6 | :x : |
99
1010## Reporting a Vulnerability
1111
Original file line number Diff line number Diff line change 2727from .recipient import Recipient
2828from .signer import Signer
2929
30- __version__ = "2.5.1 "
30+ __version__ = "2.6.0 "
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.5.1 "
7+ version = " 2.6.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