Skip to content

Commit 38c9a38

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.2...v3.0.0) (2025-08-12) ### Features * **devices:** support fetching async command execution results ([11271ca](11271ca)) ### BREAKING CHANGES * **devices:** The updated execute_command function is backwards incompatible.
1 parent 7ee9711 commit 38c9a38

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.3.2...v3.0.0) (2025-08-12)
2+
3+
4+
### Features
5+
6+
* **devices:** support fetching async command execution results ([11271ca](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/11271ca133a56d3dbd22ef196959b6be5a23be47))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **devices:** The updated execute_command function is backwards incompatible.
12+
113
## [2.3.2](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.3.1...v2.3.2) (2025-06-27)
214

315

rapyuta_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .clients.device_manager import DeviceArch
77
from .clients.user_group import UserGroup
88

9-
__version__ = "2.3.2"
9+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)