Skip to content

Commit ac2fab4

Browse files
committed
Update CHANGELOG.md
1 parent 1be2e16 commit ac2fab4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ file.
55

66
The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v0.14.0 (2025-10-18)
99

1010
### Added
1111

12-
- Added support for checksums in GeoCOM transactions
12+
- Added support for CRC16 checksums in GeoCOM transactions
1313
- Added `SocketConnection` to allow socket based communication
1414
- Added `open_socket` function to create TCP and RFCOMM socket connections
1515

@@ -27,7 +27,7 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2727
- Changed `GsiOnlineDNA` init to raise `ConnectionRefusedError` instead of
2828
`ConnectionError` when the connection could not be verified
2929
- Updated GeoCOM response parsing to raise exception when the number of
30-
received paramters does not match the number of parsers specified
30+
received parameters does not match the number of parsers specified
3131
- Updated `GeoCom` init signature to require keyword arguments
3232
- Updated `GsiOnlineDNA` init signature to require keyword arguments
3333
- Updated `Angle` init signature to require keyword arguments
@@ -41,6 +41,11 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4141
- Renamed `retry` option of `GeoCom` to `attempts`
4242
- Renamed `retry` option of `GsiOnlineDNA` to `attempts`
4343

44+
### Removed
45+
46+
- Removed `REF_VERSION` attribute from `GsiOnlineDNA`
47+
- Removed `REF_VERSION_STR` attribute from `GsiOnlineDNA`
48+
4449
## v0.13.0 (2025-09-29)
4550

4651
### Added

0 commit comments

Comments
 (0)