Skip to content

Commit 5d32d32

Browse files
committed
Bump up version to v2.2.0.
1 parent 47d0598 commit 5d32d32

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Changes
44
Unreleased
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+
725
Version 2.1.0
826
-------------
927

cwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .recipient import Recipient
1919
from .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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "cwt"
7-
version = "2.1.0"
7+
version = "2.2.0"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)