Skip to content

Commit 9ce9ba4

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2025-04-09) ### Bug Fixes * **paramserver:** raise exception on binary file upload failure ([73816fb](73816fb))
1 parent 7ddc0a5 commit 9ce9ba4

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.3.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.3.0...v2.3.1) (2025-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **paramserver:** raise exception on binary file upload failure ([73816fb](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/73816fb3cdac8b8c45ea34aaf7d7d3388a8e95e5))
7+
18
# [2.3.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.2.2...v2.3.0) (2025-03-20)
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.3.0"
10+
__version__ = "2.3.1"

0 commit comments

Comments
 (0)