File tree 4 files changed +25
-4
lines changed
4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 4
4
Unreleased
5
5
----------
6
6
7
+ Version 2.5.0
8
+ -------------
9
+
10
+ Released 2023-09-09
11
+
12
+ - Update IETF I-D references in README. `#412 <https://github.com/dajiaji/python-cwt/pull/412 >`__
13
+ - Add enum COSEKeyParams. `#411 <https://github.com/dajiaji/python-cwt/pull/411 >`__
14
+ - Add enum COSEAlgs. `#409 <https://github.com/dajiaji/python-cwt/pull/409 >`__
15
+ - Update dependencies.
16
+ - Bump cryptography to 41.0.3. `#416 <https://github.com/dajiaji/python-cwt/pull/416 >`__
17
+ - Update dev dependencies.
18
+ - Bump pytest to 7.4.2. `#430 <https://github.com/dajiaji/python-cwt/pull/430 >`__
19
+ - Bump tox to 4.11.2. `#429 <https://github.com/dajiaji/python-cwt/pull/429 >`__
20
+ - Bump pre-commit to 3.4.0. `#427 <https://github.com/dajiaji/python-cwt/pull/427 >`__
21
+ - Bump sphinx-autodoc-typehints to 1.24.0. `#424 <https://github.com/dajiaji/python-cwt/pull/424 >`__
22
+ - Bump sphinx to 7.1.2. `#423 <https://github.com/dajiaji/python-cwt/pull/423 >`__
23
+ - Bump certifi to 2023.7.22. `#422 <https://github.com/dajiaji/python-cwt/pull/422 >`__
24
+ - Bump sphinx-rtd-theme to 1.3.0. `#420 <https://github.com/dajiaji/python-cwt/pull/420 >`__
25
+ - Bump pre-commit/blacken-docs to 1.15.0. `#413 <https://github.com/dajiaji/python-cwt/pull/413 >`__
26
+ - Bump pre-commit/black to 23.7.0. `#413 <https://github.com/dajiaji/python-cwt/pull/413 >`__
27
+
7
28
Version 2.4.0
8
29
-------------
9
30
Original file line number Diff line number Diff line change 4
4
5
5
| Version | Supported |
6
6
| ------- | ------------------ |
7
- | 2.4 .x | :white_check_mark : |
8
- | < 2.4 | :x : |
7
+ | 2.5 .x | :white_check_mark : |
8
+ | < 2.5 | :x : |
9
9
10
10
## Reporting a Vulnerability
11
11
Original file line number Diff line number Diff line change 18
18
from .recipient import Recipient
19
19
from .signer import Signer
20
20
21
- __version__ = "2.4 .0"
21
+ __version__ = "2.5 .0"
22
22
__title__ = "cwt"
23
23
__description__ = "A Python implementation of CWT/COSE"
24
24
__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"
4
4
5
5
[tool .poetry ]
6
6
name = " cwt"
7
- version = " 2.4 .0"
7
+ version = " 2.5 .0"
8
8
description = " A Python implementation of CWT/COSE."
9
9
authors = [
" Ajitomi Daisuke <[email protected] >" ]
10
10
license = " MIT"
You can’t perform that action at this time.
0 commit comments