Skip to content

Commit 9704c9b

Browse files
committed
Prepare for v2.20 release
- Update CHANGELOG.md
1 parent 8467490 commit 9704c9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.2.0 (2025-09-12)
2+
- Add binary support in dictionaries via base64 encoding (#351)
3+
- Add structure-free read_multiple_bytes_packed (#378)
4+
- Support python custom message builder and make Data field's type return MemoryView (#380)
5+
16
## v2.1.0 (2025-09-04)
27
- Add Python 3.13 support
38
* Python 3.8 is still enabled but will be disabled if changes are needed that prevent compatibility with newer versions of Python (e.g. 3.14)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
MAJOR = 2
26-
MINOR = 1
26+
MINOR = 2
2727
MICRO = 0
2828
TAG = ""
2929
VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)

0 commit comments

Comments
 (0)