From 78fb98e9bfeaa72d87150110f30adbd6c97364b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 04:26:43 +0000 Subject: [PATCH] chore(release): 9.0.2 [skip ci] ## [9.0.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.0.1...v9.0.2) (2024-09-26) ### Bug Fixes * **package:** handle empty command string ([370d529](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/370d529a339112a192a63c802b4d88d7afe1f9ef)) --- CHANGELOG.md | 7 +++++++ riocli/bootstrap.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d783be9e..90b8cb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.0.1...v9.0.2) (2024-09-26) + + +### Bug Fixes + +* **package:** handle empty command string ([370d529](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/370d529a339112a192a63c802b4d88d7afe1f9ef)) + ## [9.0.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.0.0...v9.0.1) (2024-09-25) diff --git a/riocli/bootstrap.py b/riocli/bootstrap.py index e33a5aa2..cfb5d1dd 100644 --- a/riocli/bootstrap.py +++ b/riocli/bootstrap.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "9.0.1" +__version__ = "9.0.2" import os