Skip to content

Commit 1268f75

Browse files
committed
Release v0.1.9
1 parent 0ce26d9 commit 1268f75

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## 0.1.9 - 2026-04-14
8+
9+
### Changed
10+
- High-level connection setup now centers on explicit `plc_family`, which derives fixed frame, access-profile, and device-range defaults from one canonical family selection.
11+
- String `X/Y` addresses now require explicit `plc_family`; `iq-f` uses octal `X/Y`, other supported families use hexadecimal, and non-canonical family aliases are rejected across client and device-range helpers.
12+
713
## 0.1.8 - 2026-04-14
814

915
### Added
@@ -162,4 +168,3 @@ Initial packaged release for the current repository scope.
162168
- ASCII protocol is not implemented
163169
- some paths remain target-specific and unresolved on the validated iQ-R target
164170
- current unresolved items are tracked in `internal_docsrc/open_items.md`
165-

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "slmp-connect-python"
7-
version = "0.1.8"
7+
version = "0.1.9"
88
description = "SLMP Connect Python: client library for Mitsubishi SLMP binary communication"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -112,4 +112,3 @@ show_missing = true
112112

113113

114114

115-

slmp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- ``poll``
1111
"""
1212

13-
__version__ = "0.1.8"
13+
__version__ = "0.1.9"
1414

1515
from .async_client import AsyncSlmpClient
1616
from .client import SlmpClient

0 commit comments

Comments
 (0)