Skip to content

Commit

Permalink
0.2.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 5, 2024
1 parent db08254 commit db2c3d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.2.10 (2024-07-05)

### Fix

* fix: refactor connection to better handle dropped data in stream ([`db08254`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/db0825429192317678aa72b02f41262bb87e0600))


## v0.2.9 (2024-07-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tcp-modbus-aio"
version = "0.2.9"
version = "0.2.10"
description = "asyncio client library for tcp modbus devices"
authors = ["Josh Gruenstein <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tcp_modbus_aio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.9"
__version__ = "0.2.10"

0 comments on commit db2c3d8

Please sign in to comment.