Skip to content

Commit

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

### Features

* adds option for virtual device expiry ([#387](#387)) ([b10301a](b10301a)), closes [AB#39668](https://github.com/AB/issues/39668)
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 268d9e6 commit 69ff6ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [9.3.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.2.0...v9.3.0) (2024-11-22)


### Features

* adds option for virtual device expiry ([#387](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/387)) ([b10301a](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/b10301afae712f9f3f2a831236e3f4e749bcdd88)), closes [AB#39668](https://github.com/AB/issues/39668)

# [9.2.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.1.3...v9.2.0) (2024-11-14)


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.2.0"
__version__ = "9.3.0"

import os

Expand Down

0 comments on commit 69ff6ea

Please sign in to comment.