Skip to content

Commit 942f9d9

Browse files
committed
chore: prepare release v2.10.0
1 parent 8c5f869 commit 942f9d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
====================
22
pyais CHANGELOG
33
====================
4+
-------------------------------------------------------------------------------
5+
Version 2.10.0 22 Jun 2025
6+
-------------------------------------------------------------------------------
7+
* renamed custom `JSONEncoder` to `AISJSONEncoder` to avoid confusion with `json.JSONEncoder`
8+
* refactored main.py (`ais-decode`) for better error handling
9+
* added examples/ais-encode
410
-------------------------------------------------------------------------------
511
Version 2.9.4 24 May 2025
612
-------------------------------------------------------------------------------

pyais/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pyais.tracker import AISTracker, AISTrack
66

77
__license__ = 'MIT'
8-
__version__ = '2.9.4'
8+
__version__ = '2.10.0'
99
__author__ = 'Leon Morten Richter'
1010

1111
__all__ = (

0 commit comments

Comments
 (0)