From 85a721bd68eb31067f7f682d89ed5d14c630d7fc Mon Sep 17 00:00:00 2001 From: Kavya Chennoju Date: Sat, 13 Jun 2026 14:46:13 -0700 Subject: [PATCH] release: bump all packages to 0.2.5 Cuts a release covering the 5 commits merged to main since v0.2.4: - #54 feat(drivers): expose authenticated RPC caller to @rpc handlers - #52 feat: Zenoh multi-tenant portal (bring-up, tenant isolation, hardening) - #49 docs(portal): fix agent playbook http->https 405 on auth login - #47 fix(portal): wire ADMIN_PASS through env_file; treat empty pass as unset - #39 test: scalable fleet integration coverage Versions kept in lockstep across device-connect-edge, -server, and -agent-tools, per the release workflow. --- packages/device-connect-agent-tools/pyproject.toml | 2 +- packages/device-connect-edge/pyproject.toml | 2 +- packages/device-connect-server/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/device-connect-agent-tools/pyproject.toml b/packages/device-connect-agent-tools/pyproject.toml index 9b603d0..c5a81e4 100644 --- a/packages/device-connect-agent-tools/pyproject.toml +++ b/packages/device-connect-agent-tools/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "device-connect-agent-tools" -version = "0.2.4" +version = "0.2.5" description = "Framework-agnostic tools for Device Connect — discover and invoke IoT devices over NATS/Zenoh" readme = "README.md" requires-python = ">=3.11" diff --git a/packages/device-connect-edge/pyproject.toml b/packages/device-connect-edge/pyproject.toml index 2b4a056..9cf44a3 100644 --- a/packages/device-connect-edge/pyproject.toml +++ b/packages/device-connect-edge/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "device-connect-edge" -version = "0.2.4" +version = "0.2.5" description = "Device Connect Edge — lightweight edge device runtime with Zenoh/NATS messaging and D2D communication" readme = "README.md" requires-python = ">=3.11" diff --git a/packages/device-connect-server/pyproject.toml b/packages/device-connect-server/pyproject.toml index 9195164..479df0c 100644 --- a/packages/device-connect-server/pyproject.toml +++ b/packages/device-connect-server/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "device-connect-server" -version = "0.2.4" +version = "0.2.5" description = "Device Connect — edge device runtime with Zenoh/NATS messaging, D2D communication, and IoT orchestration" readme = "README.md" requires-python = ">=3.11"