Skip to content

Commit e286297

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2024-12-11) ### Bug Fixes * **device:** update execute to accept query parameters ([928147d](928147d))
1 parent 7035b60 commit e286297

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.2.0...v2.2.1) (2024-12-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **device:** update execute to accept query parameters ([928147d](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/928147d7d638f9047575a68d79dc649d8bbd0d22))
7+
18
# [2.2.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.1...v2.2.0) (2024-11-22)
29

310

rapyuta_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .clients.rosbag import UploadOptions
88
from .clients.user_group import UserGroup
99

10-
__version__ = "2.2.0"
10+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)