Skip to content

Commit

Permalink
chore(release): 9.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.2.0](v9.1.3...v9.2.0) (2024-11-14)

### Bug Fixes

* **device:** report online devices only ([#382](#382)) ([bfe7bb3](bfe7bb3))
* **organization:** fixes key error when no org is selected ([#383](#383)) ([29476ff](29476ff))

### Features

* **apply:** adds template func to get interface ip ([#379](#379)) ([d370826](d370826))
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent b5c3a62 commit b010228
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [9.2.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.1.3...v9.2.0) (2024-11-14)


### Bug Fixes

* **device:** report online devices only ([#382](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/382)) ([bfe7bb3](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/bfe7bb326b522e24e153cb745f925c648d077351))
* **organization:** fixes key error when no org is selected ([#383](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/383)) ([29476ff](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/29476ff87c2728be9ec59d369ede7f0831fd1216))


### Features

* **apply:** adds template func to get interface ip ([#379](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/379)) ([d370826](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/d370826f75a506d09d4be40537e46a28c5f4d4ae))

## [9.1.3](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.1.2...v9.1.3) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion riocli/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "9.1.3"
__version__ = "9.2.0"

import os

Expand Down

0 comments on commit b010228

Please sign in to comment.