Skip to content

Commit 16e3f05

Browse files
author
github-actions
committed
0.4.0
Automatically generated by python-semantic-release
1 parent 28eb3d1 commit 16e3f05

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
lines changed

CHANGELOG.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,93 +2,100 @@
22

33

44

5+
## v0.4.0 (2024-04-21)
6+
7+
### Feature
8+
9+
* feat: rename pypi package to adam-ascii ([`28eb3d1`](https://github.com/tutorintelligence/adam-ascii/commit/28eb3d182139fe8039e56c7fad3701e54f5d169c))
10+
11+
512
## v0.3.1 (2023-11-29)
613

714
### Fix
815

9-
* fix: repr for errors ([`17822a8`](https://github.com/tutorintelligence/adam-modbus/commit/17822a877709e8620a78cf692073a14a83782a54))
16+
* fix: repr for errors ([`17822a8`](https://github.com/tutorintelligence/adam-ascii/commit/17822a877709e8620a78cf692073a14a83782a54))
1017

1118
### Unknown
1219

1320
* Merge pull request #3 from tutorintelligence/os_error_handling
1421

15-
fix: Adam connection error style ([`1feb6b9`](https://github.com/tutorintelligence/adam-modbus/commit/1feb6b9b692f2962c4b8bfe5bb372ac4f83c7468))
22+
fix: Adam connection error style ([`1feb6b9`](https://github.com/tutorintelligence/adam-ascii/commit/1feb6b9b692f2962c4b8bfe5bb372ac4f83c7468))
1623

17-
* error names ([`dad4d5e`](https://github.com/tutorintelligence/adam-modbus/commit/dad4d5e5c2c5d1722619c68a856eb987ffb59634))
24+
* error names ([`dad4d5e`](https://github.com/tutorintelligence/adam-ascii/commit/dad4d5e5c2c5d1722619c68a856eb987ffb59634))
1825

1926
* Merge pull request #2 from tutorintelligence/os_error_handling
2027

21-
fix: handling os errors ([`5ecf282`](https://github.com/tutorintelligence/adam-modbus/commit/5ecf2827f5160ecb9165cf7a8023f170ce67de6e))
28+
fix: handling os errors ([`5ecf282`](https://github.com/tutorintelligence/adam-ascii/commit/5ecf2827f5160ecb9165cf7a8023f170ce67de6e))
2229

23-
* handling os errors ([`1bc7e6d`](https://github.com/tutorintelligence/adam-modbus/commit/1bc7e6db73b23fcb7554495585d2e66ca2955151))
30+
* handling os errors ([`1bc7e6d`](https://github.com/tutorintelligence/adam-ascii/commit/1bc7e6db73b23fcb7554495585d2e66ca2955151))
2431

2532

2633
## v0.3.0 (2023-09-13)
2734

2835
### Feature
2936

30-
* feat: send_and_receive is atomic ([`39e2fa3`](https://github.com/tutorintelligence/adam-modbus/commit/39e2fa3d5990a7d99eaa2afbb216e752d3d4afbf))
37+
* feat: send_and_receive is atomic ([`39e2fa3`](https://github.com/tutorintelligence/adam-ascii/commit/39e2fa3d5990a7d99eaa2afbb216e752d3d4afbf))
3138

3239
### Unknown
3340

3441
* Merge pull request #1 from tutorintelligence/adam_connection_locks
3542

36-
feat: send_and_receive is atomic ([`e3860c9`](https://github.com/tutorintelligence/adam-modbus/commit/e3860c9a5246cc2f0266eab2cd037ec5179ddef1))
43+
feat: send_and_receive is atomic ([`e3860c9`](https://github.com/tutorintelligence/adam-ascii/commit/e3860c9a5246cc2f0266eab2cd037ec5179ddef1))
3744

3845

3946
## v0.2.0 (2023-08-21)
4047

4148
### Feature
4249

43-
* feat: enable high speed analog integration ([`197ccba`](https://github.com/tutorintelligence/adam-modbus/commit/197ccbad6831db7f030462ddc468ab6d996ad7c6))
50+
* feat: enable high speed analog integration ([`197ccba`](https://github.com/tutorintelligence/adam-ascii/commit/197ccbad6831db7f030462ddc468ab6d996ad7c6))
4451

4552

4653
## v0.1.4 (2023-08-07)
4754

4855
### Chore
4956

50-
* chore: add pypi to readme ([`1f0a7db`](https://github.com/tutorintelligence/adam-modbus/commit/1f0a7dbcd2ec8a30cc8905f17d0f08040282ce27))
57+
* chore: add pypi to readme ([`1f0a7db`](https://github.com/tutorintelligence/adam-ascii/commit/1f0a7dbcd2ec8a30cc8905f17d0f08040282ce27))
5158

5259
### Fix
5360

54-
* fix: py.typed file to propogate hints ([`a85c2dc`](https://github.com/tutorintelligence/adam-modbus/commit/a85c2dcc6244a55a61a4692fc25571ed3048fda8))
61+
* fix: py.typed file to propogate hints ([`a85c2dc`](https://github.com/tutorintelligence/adam-ascii/commit/a85c2dcc6244a55a61a4692fc25571ed3048fda8))
5562

5663

5764
## v0.1.3 (2023-08-07)
5865

5966
### Fix
6067

61-
* fix: updates to poetry configuration ([`51cb567`](https://github.com/tutorintelligence/adam-modbus/commit/51cb567d332befadca1fc656bf49189553694049))
68+
* fix: updates to poetry configuration ([`51cb567`](https://github.com/tutorintelligence/adam-ascii/commit/51cb567d332befadca1fc656bf49189553694049))
6269

6370

6471
## v0.1.2 (2023-08-07)
6572

6673
### Chore
6774

68-
* chore: refactor to object inerface ([`f0de1c2`](https://github.com/tutorintelligence/adam-modbus/commit/f0de1c2e432ded96b75b96401032a57d797f1c7c))
75+
* chore: refactor to object inerface ([`f0de1c2`](https://github.com/tutorintelligence/adam-ascii/commit/f0de1c2e432ded96b75b96401032a57d797f1c7c))
6976

70-
* chore: more flexible interface ([`0244fb4`](https://github.com/tutorintelligence/adam-modbus/commit/0244fb4cc61024a71a3dda761798b64b6afafc30))
77+
* chore: more flexible interface ([`0244fb4`](https://github.com/tutorintelligence/adam-ascii/commit/0244fb4cc61024a71a3dda761798b64b6afafc30))
7178

72-
* chore: more flexible interface ([`4fbd036`](https://github.com/tutorintelligence/adam-modbus/commit/4fbd03656afadc859f624f88e7e455d3b9596efb))
79+
* chore: more flexible interface ([`4fbd036`](https://github.com/tutorintelligence/adam-ascii/commit/4fbd03656afadc859f624f88e7e455d3b9596efb))
7380

7481
### Fix
7582

76-
* fix: trigger a version bump ([`5470820`](https://github.com/tutorintelligence/adam-modbus/commit/54708204fbdff430c2b43cc5a0be23be0ce84831))
83+
* fix: trigger a version bump ([`5470820`](https://github.com/tutorintelligence/adam-ascii/commit/54708204fbdff430c2b43cc5a0be23be0ce84831))
7784

7885
### Unknown
7986

80-
* Merge branch 'main' of github.com:tutorintelligence/adam_modbus ([`71d4a80`](https://github.com/tutorintelligence/adam-modbus/commit/71d4a805b874d08b5610790404143cc36713e89e))
87+
* Merge branch 'main' of github.com:tutorintelligence/adam_modbus ([`71d4a80`](https://github.com/tutorintelligence/adam-ascii/commit/71d4a805b874d08b5610790404143cc36713e89e))
8188

8289

8390
## v0.1.1 (2023-08-07)
8491

8592
### Fix
8693

87-
* fix: try fixing long description field for pypy upload ([`feefcfd`](https://github.com/tutorintelligence/adam-modbus/commit/feefcfdffd61e14cb3f5bbe4dcaec2ee351e97ea))
94+
* fix: try fixing long description field for pypy upload ([`feefcfd`](https://github.com/tutorintelligence/adam-ascii/commit/feefcfdffd61e14cb3f5bbe4dcaec2ee351e97ea))
8895

8996

9097
## v0.1.0 (2023-08-07)
9198

9299
### Feature
93100

94-
* feat: initial commit ([`f4f244b`](https://github.com/tutorintelligence/adam-modbus/commit/f4f244b707136758175baf0ace424d4fca905677))
101+
* feat: initial commit ([`f4f244b`](https://github.com/tutorintelligence/adam-ascii/commit/f4f244b707136758175baf0ace424d4fca905677))

adam_ascii/__init__.py

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