Skip to content

Commit b63e05d

Browse files
author
github-actions
committed
0.3.1
Automatically generated by python-semantic-release
1 parent 17822a8 commit b63e05d

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.3.1 (2023-11-29)
6+
7+
### Fix
8+
9+
* fix: repr for errors ([`17822a8`](https://github.com/tutorintelligence/adam-modbus/commit/17822a877709e8620a78cf692073a14a83782a54))
10+
11+
### Unknown
12+
13+
* Merge pull request #3 from tutorintelligence/os_error_handling
14+
15+
fix: Adam connection error style ([`1feb6b9`](https://github.com/tutorintelligence/adam-modbus/commit/1feb6b9b692f2962c4b8bfe5bb372ac4f83c7468))
16+
17+
* error names ([`dad4d5e`](https://github.com/tutorintelligence/adam-modbus/commit/dad4d5e5c2c5d1722619c68a856eb987ffb59634))
18+
19+
* Merge pull request #2 from tutorintelligence/os_error_handling
20+
21+
fix: handling os errors ([`5ecf282`](https://github.com/tutorintelligence/adam-modbus/commit/5ecf2827f5160ecb9165cf7a8023f170ce67de6e))
22+
23+
* handling os errors ([`1bc7e6d`](https://github.com/tutorintelligence/adam-modbus/commit/1bc7e6db73b23fcb7554495585d2e66ca2955151))
24+
25+
526
## v0.3.0 (2023-09-13)
627

728
### Feature

adam_modbus/__init__.py

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

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

0 commit comments

Comments
 (0)