File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 4
4
Unreleased
5
5
----------
6
6
7
+ Version 2.3.0
8
+ -------------
9
+
10
+ Released 2023-02-18
11
+
12
+ - Remove unused log. `#355 <https://github.com/dajiaji/python-cwt/pull/355 >`__
13
+ - Change HPKE sender information from dict to list. `#354 <https://github.com/dajiaji/python-cwt/pull/354 >`__
14
+ - Add SECURITY.md. `#352 <https://github.com/dajiaji/python-cwt/pull/352 >`__
15
+ - Remove unused function in CBORProcessor. `#333 <https://github.com/dajiaji/python-cwt/pull/333 >`__
16
+ - Fix link to readthedocs. `#326 <https://github.com/dajiaji/python-cwt/pull/326 >`__
17
+ - Update dependencies.
18
+ - Bump cryptography from 39.0.1. `#357 <https://github.com/dajiaji/python-cwt/pull/357 >`__
19
+ - Bump pyhpke from 0.4.1. `#356 <https://github.com/dajiaji/python-cwt/pull/356 >`__
20
+ - Update dev dependencies.
21
+ - Bump sphinx-rtd-theme to 1.2.0. `#351 <https://github.com/dajiaji/python-cwt/pull/351 >`__
22
+ - Bump tox to 4.4.5. `#350 <https://github.com/dajiaji/python-cwt/pull/350 >`__
23
+ - Bump pre-commit/black to 23.1.0. `#349 <https://github.com/dajiaji/python-cwt/pull/349 >`__
24
+ - Bump pre-commit/isort to 5.12.0. `#346 <https://github.com/dajiaji/python-cwt/pull/346 >`__
25
+ - Bump pre-commit/blacken-docs to 1.13.0. `#341 <https://github.com/dajiaji/python-cwt/pull/341 >`__
26
+ - Bump sphinx-autodoc-typehints to 1.21.0. `#340 <https://github.com/dajiaji/python-cwt/pull/340 >`__
27
+ - Bump pytest to 7.2.1. `#338 <https://github.com/dajiaji/python-cwt/pull/338 >`__
28
+
7
29
Version 2.2.0
8
30
-------------
9
31
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.2 .0"
21
+ __version__ = "2.3 .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.2 .0"
7
+ version = " 2.3 .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