Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2024-12-11)

### Bug Fixes

* **device:** update execute to accept query parameters ([928147d](928147d))
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent 7035b60 commit e286297
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.2.0...v2.2.1) (2024-12-11)


### Bug Fixes

* **device:** update execute to accept query parameters ([928147d](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/928147d7d638f9047575a68d79dc649d8bbd0d22))

# [2.2.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.1...v2.2.0) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion rapyuta_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .clients.rosbag import UploadOptions
from .clients.user_group import UserGroup

__version__ = "2.2.0"
__version__ = "2.2.1"

0 comments on commit e286297

Please sign in to comment.