Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.0...v1.13.0) (2023-12-13)

### Features

* **device:** accepts feature config in toggle_features ([#70](#70)) ([a293787](a293787))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent 53560aa commit e42ad6e
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 @@
# [1.13.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.12.0...v1.13.0) (2023-12-13)


### Features

* **device:** accepts feature config in toggle_features ([#70](https://github.com/rapyuta-robotics/rapyuta-io-sdk/issues/70)) ([a293787](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/a2937874d500633c79497cfc8414ed5f09e32137))

# [1.12.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.11.1...v1.12.0) (2023-09-26)


Expand Down
2 changes: 1 addition & 1 deletion rapyuta_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .clients.rosbag import UploadOptions
from .clients.user_group import UserGroup

__version__ = "1.12.0"
__version__ = "1.13.0"

0 comments on commit e42ad6e

Please sign in to comment.