Skip to content

Commit 906d09d

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2024-11-12) ### Bug Fixes * **paramserver:** file is too large error ([#98](#98)) ([3f379ee](3f379ee)), closes [AB#33921](https://github.com/AB/issues/33921)
1 parent 8a715bd commit 906d09d

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.1.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.0...v2.1.1) (2024-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **paramserver:** file is too large error ([#98](https://github.com/rapyuta-robotics/rapyuta-io-sdk/issues/98)) ([3f379ee](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/3f379eef86e3fd8aa9e77fab44f5df5fae519a59)), closes [AB#33921](https://github.com/AB/issues/33921)
7+
18
# [2.1.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.0.0...v2.1.0) (2024-10-23)
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.1.0"
10+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)