Skip to content

Commit

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

### Bug Fixes

* **device:** fix timeout interval ([7c6a1ae](7c6a1ae))
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent b3f5748 commit 4559130
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.2](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.2.1...v2.2.2) (2024-12-11)


### Bug Fixes

* **device:** fix timeout interval ([7c6a1ae](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/7c6a1ae638152e3d6737f3f88bcfa04e8f51b8bb))

## [2.2.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.2.0...v2.2.1) (2024-12-11)


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.1"
__version__ = "2.2.2"

0 comments on commit 4559130

Please sign in to comment.