Skip to content

Commit 2e49daa

Browse files
author
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 197ccba commit 2e49daa

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.0 (2023-08-21)
6+
7+
### Feature
8+
9+
* feat: enable high speed analog integration ([`197ccba`](https://github.com/tutorintelligence/adam-modbus/commit/197ccbad6831db7f030462ddc468ab6d996ad7c6))
10+
11+
512
## v0.1.4 (2023-08-07)
613

714
### Chore

adam_modbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.2.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.1.4"
3+
version = "0.2.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)