Skip to content

Commit ef47044

Browse files
author
github-actions
committed
0.3.0
Automatically generated by python-semantic-release
1 parent e3860c9 commit ef47044

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.3.0 (2023-09-13)
6+
7+
### Feature
8+
9+
* feat: send_and_receive is atomic ([`39e2fa3`](https://github.com/tutorintelligence/adam-modbus/commit/39e2fa3d5990a7d99eaa2afbb216e752d3d4afbf))
10+
11+
### Unknown
12+
13+
* Merge pull request #1 from tutorintelligence/adam_connection_locks
14+
15+
feat: send_and_receive is atomic ([`e3860c9`](https://github.com/tutorintelligence/adam-modbus/commit/e3860c9a5246cc2f0266eab2cd037ec5179ddef1))
16+
17+
518
## v0.2.0 (2023-08-21)
619

720
### Feature

adam_modbus/__init__.py

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

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 = "adam-modbus"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "asyncio python interface for Advantech ADAM modules"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)