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 3.0.0
8+ -------------
9+
10+ Released 2025-03-16
11+
12+ - Update tests to follow the updated verification method. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
13+ - Use cryptography.x509.verification for verifying certificates. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
14+ - Use poetry.group.dev.dependencie instead of poetry.dev-dependencies. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
15+ - Update dependencies.
16+ - Bump cryptography to 44.0.2. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
17+ - Bump pyhpke to 0.6.2. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
18+ - Update dev dependencies.
19+ - Bump tox to 4.24.2. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
20+ - Bump coverage to 7.6.12. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
21+ - Bump pytest to 8.3.5. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
22+ - Bump certifi to 2025.1.31. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
23+ - Bump jinja2 to 3.1.6. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
24+ - Bump urllib3 to 2.3.0. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
25+ - Bump zipp to 3.21.0. `#592 <https://github.com/dajiaji/python-cwt/pull/592 >`__
26+ - Bump sphinx-rtd-theme to 3.0.2. `#582 <https://github.com/dajiaji/python-cwt/pull/582 >`__
27+ - Bump pytest-cov to 6.0.0. `#581 <https://github.com/dajiaji/python-cwt/pull/581 >`__
28+ - Bump pre-commit to 4.0.1. `#579 <https://github.com/dajiaji/python-cwt/pull/579 >`__
29+
30+
731Version 2.8.0
832-------------
933
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | ------------------ |
7- | 2.8 .x | :white_check_mark : |
8- | < 2.8 | :x : |
7+ | 3.0 .x | :white_check_mark : |
8+ | < 3 | :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.8 .0"
30+ __version__ = "3.0 .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.8 .0"
7+ version = " 3.0 .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