Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Nov 12, 2024
1 parent 8a715bd commit 906d09d
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.1.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.0...v2.1.1) (2024-11-12)


### Bug Fixes

* **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)

# [2.1.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.0.0...v2.1.0) (2024-10-23)


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.1.0"
__version__ = "2.1.1"

0 comments on commit 906d09d

Please sign in to comment.