Skip to content

Commit bc8efc7

Browse files
author
github-actions
committed
0.2.8
Automatically generated by python-semantic-release
1 parent 0e55b6e commit bc8efc7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.2.8 (2024-06-27)
6+
7+
### Fix
8+
9+
* fix: catch OSError on clearing tcp connection ([`0e55b6e`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/0e55b6eea275f77c31fc784a785dca48241d6a03))
10+
11+
512
## v0.2.7 (2024-05-02)
613

714
### Fix

pyproject.toml

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

tcp_modbus_aio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.7"
1+
__version__ = "0.2.8"

0 commit comments

Comments
 (0)