Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.17.1...v2.0.0) (2024-10-14)

* fix!: remove unsupported APIs ([fd05053](fd05053))

### BREAKING CHANGES

* The SDK methods for unsupported APIs are dropped
  • Loading branch information
semantic-release-bot committed Oct 14, 2024
1 parent 574cef5 commit 9e6a190
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.17.1...v2.0.0) (2024-10-14)


* fix!: remove unsupported APIs ([fd05053](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/fd0505337ffc25a9105d8ac00d5cb9f0f0ac9446))


### BREAKING CHANGES

* The SDK methods for unsupported APIs are dropped

## [1.17.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.17.0...v1.17.1) (2024-09-12)


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__ = "1.17.1"
__version__ = "2.0.0"

0 comments on commit 9e6a190

Please sign in to comment.