Skip to content

Commit

Permalink
chore: bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
M0r13n committed Dec 20, 2024
1 parent 7ba8e81 commit 60227aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
====================
pyais CHANGELOG
====================
-------------------------------------------------------------------------------
Version 2.8.3 20 Dec 2024
-------------------------------------------------------------------------------
* closes #157: https://github.com/M0r13n/pyais/issues/157
* pyais now handles framgmented messages where at least one fragment has an empty payload gracefully
* added a new exception `MissingPayloadException`
* raised if the assembled payload is empty
-------------------------------------------------------------------------------
Version 2.8.2 11 Nov 2024
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyais/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pyais.tracker import AISTracker, AISTrack

__license__ = 'MIT'
__version__ = '2.8.2'
__version__ = '2.8.3'
__author__ = 'Leon Morten Richter'

__all__ = (
Expand Down

0 comments on commit 60227aa

Please sign in to comment.