chore(release): 0.3.0 #5

Merged
pufereq merged 30 commits from release/0.3.0 into main 2025-11-30 17:39:26 +00:00
3 changed files with 74 additions and 5 deletions
Showing only changes of commit 1182e089bc - Show all commits

View File

@@ -15,6 +15,7 @@ class Connector:
mac_address: str, mac_address: str,
host: str, host: str,
port: int, port: int,
*,
connect_timeout: float = 5.0, connect_timeout: float = 5.0,
ack_timeout: float | None = None, ack_timeout: float | None = None,
) -> None: ) -> None: