You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## 0.1.6 - 2026-04-13
8
+
9
+
### Changed
10
+
- CI now checks out `plc-comm-slmp-cross-verify/specs/shared` before running the shared-vector parity tests, so the package tests use the same canonical verification inputs as the cross-library harness.
11
+
12
+
### Fixed
13
+
-`slmp.__version__` now matches the packaged project version and upcoming release tag.
14
+
7
15
## 0.1.5 - 2026-04-01
8
16
9
17
## 0.1.4 - 2026-03-29
@@ -141,4 +149,3 @@ Initial packaged release for the current repository scope.
Copy file name to clipboardExpand all lines: docsrc/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## 0.1.6 - 2026-04-13
8
+
9
+
### Changed
10
+
- CI now checks out `plc-comm-slmp-cross-verify/specs/shared` before running the shared-vector parity tests, so the package tests use the same canonical verification inputs as the cross-library harness.
11
+
12
+
### Fixed
13
+
-`slmp.__version__` now matches the packaged project version and upcoming release tag.
14
+
7
15
### Added
8
16
-**Asynchronous API**: New `AsyncSlmpClient` for high-concurrency non-blocking I/O via `asyncio`.
9
17
-**UDP Support**: Full support for UDP transport in both synchronous and asynchronous clients.
0 commit comments