Skip to content

Commit 38476d4

Browse files
author
github-actions
committed
0.2.12
Automatically generated by python-semantic-release
1 parent 1c8fab8 commit 38476d4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.2.12 (2024-07-05)
6+
7+
### Fix
8+
9+
* fix: better handle ConnectionResetError and log timing ([`1c8fab8`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/1c8fab8087aac3c10252a261c47199e7d6cc4e5f))
10+
11+
512
## v0.2.11 (2024-07-05)
613

714
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tcp-modbus-aio"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
description = "asyncio client library for tcp modbus devices"
55
authors = ["Josh Gruenstein <[email protected]>"]
66
license = "MIT"

tcp_modbus_aio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.11"
1+
__version__ = "0.2.12"

0 commit comments

Comments
 (0)