Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2024-10-23)

### Features

* **device:** implement RefreshPollerMixin for Device class ([#84](#84)) ([f0ebeb3](f0ebeb3))
  • Loading branch information
semantic-release-bot committed Oct 23, 2024
1 parent dcc0ff5 commit 01f6de8
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.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.0.0...v2.1.0) (2024-10-23)


### Features

* **device:** implement RefreshPollerMixin for Device class ([#84](https://github.com/rapyuta-robotics/rapyuta-io-sdk/issues/84)) ([f0ebeb3](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/f0ebeb3ffbc9aaf036fc6b7315d43cad0ba951c9))

# [2.0.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.17.1...v2.0.0) (2024-10-14)


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.0.0"
__version__ = "2.1.0"

0 comments on commit 01f6de8

Please sign in to comment.