diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8b5da0d..a76ed59 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,17 @@ ==================== pyais CHANGELOG ==================== +------------------------------------------------------------------------------- + Version 2.1.0 14 Apr 2022 +------------------------------------------------------------------------------- +* Closes https://github.com/M0r13n/pyais/issues/63#issuecomment-1099045541 + * unifies naming of fields across all message types + * makes all single bit fields booleans + * replaces the raw turn value with the actual rate of turn: (turn/4.733)**2 + * makes all data fields raw bytes instead of (large) integers for interoperability + * makes speed and course floats instead of ints + * enforces strict types and fixes typing inconsistencies + ------------------------------------------------------------------------------- Version 2.0.3 27 Mar 2022 ------------------------------------------------------------------------------- diff --git a/pyais/__init__.py b/pyais/__init__.py index a096473..47ae7a0 100644 --- a/pyais/__init__.py +++ b/pyais/__init__.py @@ -4,7 +4,7 @@ from pyais.decode import decode __license__ = 'MIT' -__version__ = '2.0.3' +__version__ = '2.1.0' __author__ = 'Leon Morten Richter' __all__ = (